apteryx pushed a commit to branch core-updates
in repository guix.
commit 7bc1d1239d91383d7ed444b22387b49495acc003
Author: Maxime Devos <[email protected]>
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 <[email protected]>
Modified-by: Maxim Cournoyer <[email protected]>
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)