[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/51: gnu: ranger: Add 'bash' input for 'wrap-program'.
From: |
guix-commits |
Subject: |
21/51: gnu: ranger: Add 'bash' input for 'wrap-program'. |
Date: |
Sat, 21 Oct 2023 15:19:31 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 7bc1d1239d91383d7ed444b22387b49495acc003
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:07:36 2021 +0200
gnu: ranger: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.
* gnu/packages/disk.scm
(ranger)[inputs]: Add 'bash-minimal'.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Idff39ad6a1d50519724f3c445a01eee30826092e
---
gnu/packages/disk.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 9d2e170cc0..7d01aa4821 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -891,7 +891,7 @@ Duperemove can also take input from the @command{fdupes}
program.")
"0lfjrpv3z4h0knd3v94fijrw2zjba51mrp3mjqx2c98wr428l26f"))))
(build-system python-build-system)
(inputs
- (list w3m))
+ (list bash-minimal w3m))
(native-inputs
(list which
;; For tests.
@@ -910,8 +910,7 @@ Duperemove can also take input from the @command{fdupes}
program.")
(w3mimgdisplay (string-append w3m
"/libexec/w3m/w3mimgdisplay")))
(wrap-program ranger
- `("W3MIMGDISPLAY_PATH" ":" prefix (,w3mimgdisplay)))
- #t)))
+ `("W3MIMGDISPLAY_PATH" ":" prefix (,w3mimgdisplay))))))
(replace 'check
;; The default check phase simply prints 'Ran 0 tests in 0.000s'.
(lambda* (#:key test-target #:allow-other-keys)
- branch core-updates updated (f4cbc7fc0d -> 1d17861e87), guix-commits, 2023/10/21
- 01/51: gnu: syndication: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 02/51: gnu: ibus: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 03/51: gnu: photo: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 06/51: gnu: syncthing-gtk: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 10/51: gnu: byobu: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 12/51: gnu: perl: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 14/51: gnu: 389-ds-base: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 17/51: gnu: licensecheck: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 11/51: gnu: sawfish: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 21/51: gnu: ranger: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 07/51: gnu: spice: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 08/51: gnu: execline: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 09/51: gnu: swish-e: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 05/51: gnu: ceph: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 04/51: gnu: mosh: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 13/51: gnu: phabricator: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 15/51: gnu: lxqt: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 19/51: gnu: kawa: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 22/51: gnu: lightdm: Explicitely use a native 'bash' for 'wrap-program'., guix-commits, 2023/10/21
- 24/51: gnu: dns: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21