diff options
-rw-r--r-- | gnu/packages/fpga.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index b2b3b63672..8784ba9c12 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -84,7 +84,8 @@ (inputs (list readline)) (arguments - `(#:tests? #f ; no check target + `(#:license-file-regexp "copyright.txt" + #:tests? #f ; no check target #:phases (modify-phases %standard-phases (delete 'configure) @@ -98,7 +99,8 @@ (description "ABC is a program for sequential logic synthesis and formal verification.") (license - (license:non-copyleft "https://fedoraproject.org/wiki/Licensing:MIT#Modern_Variants"))))) + (license:non-copyleft + "https://people.eecs.berkeley.edu/~alanmi/abc/copyright.htm"))))) (define-public iverilog (package |