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
|
(sha256
|
||||||
(base32 "1q9facgfdwwmf2ax65aznhqmk8qfisq9k5p8wrxrw6qqy38vl0k2"))))
|
(base32 "1q9facgfdwwmf2ax65aznhqmk8qfisq9k5p8wrxrw6qqy38vl0k2"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
(list autoconf
|
||||||
("automake" ,automake)
|
automake
|
||||||
("bison" ,bison)
|
bison
|
||||||
("flex" ,flex)
|
flex
|
||||||
("gettext" ,gettext-minimal)
|
gettext-minimal
|
||||||
("python" ,python)
|
python
|
||||||
;; And a couple of extras for the test suite:
|
;; And a couple of extras for the test suite:
|
||||||
("cmake" ,cmake-minimal)
|
cmake-minimal
|
||||||
("gdb" ,gdb/pinned)
|
gdb/pinned
|
||||||
("which" ,which)))
|
which))
|
||||||
(inputs
|
(inputs
|
||||||
(list help2man perl python systemc))
|
(list help2man perl python systemc))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in a new issue