Message ID | 69b9ec88a7702cad71742e45d3e8070da903d726.1731179305.git.csantosb@inventati.org |
---|---|
State | New |
Headers | show |
Series | Minor corrections to v2 | expand |
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index c812ed3b7e..ea08aed04c 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -125,7 +125,7 @@ (define-public iverilog #:make-flags #~(list (string-append "PREFIX=" #$output)) #:bootstrap-scripts #~(list "autoconf.sh"))) + (inputs (list zlib)) (native-inputs (list autoconf bison flex gperf)) (home-page "https://steveicarus.github.io/iverilog") (synopsis "FPGA Verilog simulation and synthesis tool") --