gnu: sdcc: Remove input labels.
* gnu/packages/embedded.scm (sdcc)[native-inputs]: Remove input labels. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
5397c18157
commit
78665f5967
|
@ -1546,12 +1546,7 @@ and Zilog Z80 families, plus many of their variants.")
|
||||||
(patches (search-patches "sdcc-disable-non-free-code.patch"))))
|
(patches (search-patches "sdcc-disable-non-free-code.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bison" ,bison)
|
(list bison boost flex python-2 texinfo zlib))
|
||||||
("boost" ,boost)
|
|
||||||
("flex" ,flex)
|
|
||||||
("python-2" ,python-2)
|
|
||||||
("texinfo" ,texinfo)
|
|
||||||
("zlib" ,zlib)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(;; GPUTILS is required for the PIC ports, but the licensing status of
|
`(;; GPUTILS is required for the PIC ports, but the licensing status of
|
||||||
;; some of the files contained in its distribution is unclear (see
|
;; some of the files contained in its distribution is unclear (see
|
||||||
|
|
Reference in New Issue