guix-commits
[Top][All Lists]
Advanced

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

04/13: gnu: artanis: Remove input labels.


From: guix-commits
Subject: 04/13: gnu: artanis: Remove input labels.
Date: Fri, 13 May 2022 11:52:21 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b0246953e9cfce401f1eff6a204eaaa52dbaa197
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri May 13 17:11:05 2022 +0200

    gnu: artanis: Remove input labels.
    
    * gnu/packages/guile-xyz.scm (artanis)[native-inputs]: Remove input
    labels.  Use BASH-MINIMAL instead of BASH.
---
 gnu/packages/guile-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 2794825d91..f6488e74a5 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -183,9 +183,9 @@
     (propagated-inputs
      (list guile-json-3 guile-readline guile-redis))
     (native-inputs
-     `(("bash"       ,bash)         ;for the `source' builtin
-       ("pkgconfig"  ,pkg-config)
-       ("util-linux" ,util-linux))) ;for the `script' command
+     (list bash-minimal                           ;for the `source' builtin
+           pkg-config
+           util-linux))                           ;for the `script' command
     (arguments
      `(#:modules (((guix build guile-build-system)
                    #:select (target-guile-effective-version))



reply via email to

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