guix-commits
[Top][All Lists]
Advanced

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

02/11: gnu: amalgamate: Remove input labels.


From: guix-commits
Subject: 02/11: gnu: amalgamate: Remove input labels.
Date: Thu, 4 Aug 2022 06:41:16 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit aec302e03a52f96a3545da34a110f6c015a872d8
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Aug 2 20:56:05 2022 +0200

    gnu: amalgamate: Remove input labels.
    
    * gnu/packages/code.scm (amalgamate)[inputs]: Remove label.
---
 gnu/packages/code.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 11df6fd4b2..96736aac84 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -914,8 +914,7 @@ extensions over the standard utility.")
              (("test_command \"cc -Wall -Wextra -o source.out source.c\"" all)
               "test_command \"gcc -Wall -Wextra -o source.out source.c\"")))))
       (build-system gnu-build-system)
-      (inputs
-       `(("python" ,python-wrapper)))
+      (inputs (list python-wrapper))
       (arguments
        `(#:phases
          (modify-phases %standard-phases



reply via email to

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