diff options
| author | Maxime Devos <maximedevos@telenet.be> | 2021-07-02 12:07:36 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:42:42 +0200 |
| commit | 8ac86b913ca86fe2701218589455cb007b45eda4 (patch) | |
| tree | 76acbbc950a4d092ff86547df0cbed6544878e64 /gnu/packages/disk.scm | |
| parent | fcc203d14481f8a3568721b940a4e6c4e5c51a30 (diff) | |
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
Diffstat (limited to 'gnu/packages/disk.scm')
| -rw-r--r-- | gnu/packages/disk.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index ec8ea9a94f7..6fbd270204e 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm | |||
| @@ -954,7 +954,7 @@ Duperemove can also take input from the @command{fdupes} program.") | |||
| 954 | "0lfjrpv3z4h0knd3v94fijrw2zjba51mrp3mjqx2c98wr428l26f")))) | 954 | "0lfjrpv3z4h0knd3v94fijrw2zjba51mrp3mjqx2c98wr428l26f")))) |
| 955 | (build-system python-build-system) | 955 | (build-system python-build-system) |
| 956 | (inputs | 956 | (inputs |
| 957 | (list w3m)) | 957 | (list bash-minimal w3m)) |
| 958 | (native-inputs | 958 | (native-inputs |
| 959 | (list which | 959 | (list which |
| 960 | ;; For tests. | 960 | ;; For tests. |
| @@ -973,8 +973,7 @@ Duperemove can also take input from the @command{fdupes} program.") | |||
| 973 | (w3mimgdisplay (string-append w3m | 973 | (w3mimgdisplay (string-append w3m |
| 974 | "/libexec/w3m/w3mimgdisplay"))) | 974 | "/libexec/w3m/w3mimgdisplay"))) |
| 975 | (wrap-program ranger | 975 | (wrap-program ranger |
| 976 | `("W3MIMGDISPLAY_PATH" ":" prefix (,w3mimgdisplay))) | 976 | `("W3MIMGDISPLAY_PATH" ":" prefix (,w3mimgdisplay)))))) |
| 977 | #t))) | ||
| 978 | (replace 'check | 977 | (replace 'check |
| 979 | ;; The default check phase simply prints 'Ran 0 tests in 0.000s'. | 978 | ;; The default check phase simply prints 'Ran 0 tests in 0.000s'. |
| 980 | (lambda* (#:key test-target #:allow-other-keys) | 979 | (lambda* (#:key test-target #:allow-other-keys) |
