guix-commits
[Top][All Lists]
Advanced

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

03/12: gnu: gn: Remove input labels.


From: guix-commits
Subject: 03/12: gnu: gn: Remove input labels.
Date: Thu, 1 Dec 2022 18:25:08 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit e069db7e30bc9d99e5b7f8cbf4d43296150aa552
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Nov 28 04:29:23 2022 +0100

    gnu: gn: Remove input labels.
    
    * gnu/packages/build-tools.scm (gn)[native-inputs]: Remove labels.
---
 gnu/packages/build-tools.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index cd6ff53a21..a7a3ff2fa4 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -262,8 +262,7 @@ programs and other files depend.")
                         (let ((out (assoc-ref outputs "out")))
                           (install-file "out/gn" (string-append out 
"/bin"))))))))
       (native-inputs
-       `(("ninja" ,ninja)
-         ("python" ,python-wrapper)))
+       (list ninja python-wrapper))
       (synopsis "Generate Ninja build files")
       (description
        "GN is a tool that collects information about a project from @file{.gn}



reply via email to

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