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