gnu: verilator: Remove input labels.

* gnu/packages/fpga.scm (verilator)[native-inputs]: Remove input labels.

Change-Id: Ia3efa473b909540f972f706e24238d6dc2a2dc43
This commit is contained in:
Efraim Flashner 2024-09-10 11:49:34 +03:00
parent c5e4556b8b
commit 2203a29a16
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)