guix-commits
[Top][All Lists]
Advanced

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

03/15: gnu: bmake: Remove input labels.


From: guix-commits
Subject: 03/15: gnu: bmake: Remove input labels.
Date: Thu, 16 Dec 2021 21:07:40 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 87977e9e9e668789da2ab046798512714a187339
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Dec 16 23:20:51 2021 +0100

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

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 39e4297..4d1d66e 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -164,7 +164,7 @@ generate such a compilation database.")
         (base32 "1cvm10gh7gb0rjcfgbssrw13ha24qmagifgkr53kk39r9693ylq5"))))
     (build-system gnu-build-system)
     (inputs
-     `(("bash" ,bash-minimal)))
+     (list bash-minimal))
     (native-inputs
      (list coreutils))
     (arguments



reply via email to

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