[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
- branch core-updates updated (78cb35793f -> 66b7d3b45b), guix-commits, 2023/10/20
- 03/13: gnu: akku: Add bash-minimal to inputs.,
guix-commits <=
- 01/13: gnu: gnome: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/20
- 05/13: gnu: pinentry-rofi: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 04/13: gnu: signing-party: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 08/13: gnu: password-utils: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/20
- 07/13: gnu: parcimonie: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 13/13: gnu: game-development: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/20
- 02/13: gnu: guix: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 09/13: gnu: mail: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/20
- 06/13: gnu: gpa: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 10/13: gnu: engineering: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/20