mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: sdcc: Remove input labels.
* gnu/packages/embedded.scm (sdcc)[native-inputs]: Remove input labels. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
5397c18157
commit
78665f5967
1 changed files with 1 additions and 6 deletions
|
@ -1546,12 +1546,7 @@ (define-public sdcc
|
|||
(patches (search-patches "sdcc-disable-non-free-code.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("bison" ,bison)
|
||||
("boost" ,boost)
|
||||
("flex" ,flex)
|
||||
("python-2" ,python-2)
|
||||
("texinfo" ,texinfo)
|
||||
("zlib" ,zlib)))
|
||||
(list bison boost flex python-2 texinfo zlib))
|
||||
(arguments
|
||||
`(;; GPUTILS is required for the PIC ports, but the licensing status of
|
||||
;; some of the files contained in its distribution is unclear (see
|
||||
|
|
Loading…
Reference in a new issue