diff options
author | Simon South <simon@simonsouth.net> | 2022-03-10 07:31:16 -0500 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-11 00:41:43 +0100 |
commit | 78665f5967dd9e563ea23be8c4738dbb71b2b582 (patch) | |
tree | ef6e2e6d3a94a19a63d344c23b16a9a531438a7c /gnu/packages/embedded.scm | |
parent | 5397c18157f12e9127b5a9a59b0aa5a4eb058839 (diff) | |
download | guix-78665f5967dd9e563ea23be8c4738dbb71b2b582.tar.gz |
gnu: sdcc: Remove input labels.
* gnu/packages/embedded.scm (sdcc)[native-inputs]: Remove input labels. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu/packages/embedded.scm')
-rw-r--r-- | gnu/packages/embedded.scm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index f7573618b9..27205ef917 100644 --- a/gnu/packages/embedded.scm +++ b/gnu/packages/embedded.scm @@ -1546,12 +1546,7 @@ and Zilog Z80 families, plus many of their variants.") (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 |