mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: verilator: Remove input labels.
* gnu/packages/fpga.scm (verilator)[native-inputs]: Remove input labels. Change-Id: Ia3efa473b909540f972f706e24238d6dc2a2dc43
This commit is contained in:
parent
c5e4556b8b
commit
2203a29a16
1 changed files with 10 additions and 10 deletions
|
@ -513,16 +513,16 @@ (define-public verilator
|
|||
(sha256
|
||||
(base32 "1q9facgfdwwmf2ax65aznhqmk8qfisq9k5p8wrxrw6qqy38vl0k2"))))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("bison" ,bison)
|
||||
("flex" ,flex)
|
||||
("gettext" ,gettext-minimal)
|
||||
("python" ,python)
|
||||
;; And a couple of extras for the test suite:
|
||||
("cmake" ,cmake-minimal)
|
||||
("gdb" ,gdb/pinned)
|
||||
("which" ,which)))
|
||||
(list autoconf
|
||||
automake
|
||||
bison
|
||||
flex
|
||||
gettext-minimal
|
||||
python
|
||||
;; And a couple of extras for the test suite:
|
||||
cmake-minimal
|
||||
gdb/pinned
|
||||
which))
|
||||
(inputs
|
||||
(list help2man perl python systemc))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue