guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: akku: Add bash-minimal to inputs.


From: guix-commits
Subject: 03/13: gnu: akku: Add bash-minimal to inputs.
Date: Fri, 20 Oct 2023 11:27:37 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit a2b0acf8f4885d3e124accda93676e6d78d5ba81
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 10:13:02 2023 -0400

    gnu: akku: Add bash-minimal to inputs.
    
    * gnu/packages/package-management.scm (akku): Delete trailing #t.
    [inputs]: Add bash-minimal.
    
    Change-Id: Ifc5c7da3575b39ab43a47fee951ed49fac2bba93
---
 gnu/packages/package-management.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 701a52067f..5b541c353a 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -2194,19 +2194,18 @@ Python eggs, Ruby gems, and more to RPMs, debs, Solaris 
packages and more.")
                         (mkdir-p datadir)
                         (invoke "touch" (string-append datadir "index.db"))
                         (setenv "HOME" home))
-                      (invoke "./bootstrap")
-                      #t))
+                      (invoke "./bootstrap")))
                   (add-after 'install 'wrap-executables
                     (lambda* (#:key outputs inputs #:allow-other-keys)
                       (let ((out (assoc-ref outputs "out"))
                             (curl (assoc-ref inputs "curl")))
                         (wrap-program (string-append out "/bin/akku")
-                          `("LD_LIBRARY_PATH" ":" prefix (,(string-append curl 
"/lib"))))
-                        #t))))))
+                          `("LD_LIBRARY_PATH" ":" prefix
+                            (,(string-append curl "/lib"))))))))))
     (native-inputs
      (list which autoconf automake pkg-config))
     (inputs
-     (list guile-3.0 curl))
+     (list bash-minimal guile-3.0 curl))
     (home-page "https://akkuscm.org/";)
     (synopsis "Language package manager for Scheme")
     (description



reply via email to

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