mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: iverilog: Remove extraneous #:test-target argument.
'check' is its default value for the gnu-build-system. * gnu/packages/fpga.scm (iverilog) [arguments] <#:test-target>: Delete argument. Change-Id: I82c3103f71cfc39988f21d09f9bcdbcbdf9d1e03
This commit is contained in:
parent
b8caf74f29
commit
742765656e
1 changed files with 1 additions and 3 deletions
|
@ -121,9 +121,7 @@ formal verification.")
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:test-target "check"
|
||||
#:make-flags #~(list (string-append "PREFIX="
|
||||
#$output))
|
||||
#:make-flags #~(list (string-append "PREFIX=" #$output))
|
||||
#:bootstrap-scripts #~(list "autoconf.sh")))
|
||||
(native-inputs (list autoconf bison flex gperf))
|
||||
(home-page "https://steveicarus.github.io/iverilog")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue