guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: sdcc: Remove input labels.


From: guix-commits
Subject: 01/03: gnu: sdcc: Remove input labels.
Date: Thu, 10 Mar 2022 19:13:20 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 78665f5967dd9e563ea23be8c4738dbb71b2b582
Author: Simon South <simon@simonsouth.net>
AuthorDate: Thu Mar 10 07:31:16 2022 -0500

    gnu: sdcc: Remove input labels.
    
    * gnu/packages/embedded.scm (sdcc)[native-inputs]: Remove input labels.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/embedded.scm | 7 +------
 1 file changed, 1 insertion(+), 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]