mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
This commit is contained in:
parent
fcc203d144
commit
8ac86b913c
1 changed files with 2 additions and 3 deletions
|
@ -954,7 +954,7 @@ (define-public ranger
|
||||||
"0lfjrpv3z4h0knd3v94fijrw2zjba51mrp3mjqx2c98wr428l26f"))))
|
"0lfjrpv3z4h0knd3v94fijrw2zjba51mrp3mjqx2c98wr428l26f"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list w3m))
|
(list bash-minimal w3m))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list which
|
(list which
|
||||||
;; For tests.
|
;; For tests.
|
||||||
|
@ -973,8 +973,7 @@ (define-public ranger
|
||||||
(w3mimgdisplay (string-append w3m
|
(w3mimgdisplay (string-append w3m
|
||||||
"/libexec/w3m/w3mimgdisplay")))
|
"/libexec/w3m/w3mimgdisplay")))
|
||||||
(wrap-program ranger
|
(wrap-program ranger
|
||||||
`("W3MIMGDISPLAY_PATH" ":" prefix (,w3mimgdisplay)))
|
`("W3MIMGDISPLAY_PATH" ":" prefix (,w3mimgdisplay))))))
|
||||||
#t)))
|
|
||||||
(replace 'check
|
(replace 'check
|
||||||
;; The default check phase simply prints 'Ran 0 tests in 0.000s'.
|
;; The default check phase simply prints 'Ran 0 tests in 0.000s'.
|
||||||
(lambda* (#:key test-target #:allow-other-keys)
|
(lambda* (#:key test-target #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in a new issue