mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 11:32:21 +02:00
gnu: ranger: Fix build.
* gnu/packages/disk.scm (ranger)[phases]: Put 'wrap-program' after 'install'. Change-Id: I6a07b896995f40ff2169b1bc5aaf2251d353bdc7
This commit is contained in:
@@ -963,7 +963,7 @@ Duperemove can also take input from the @command{fdupes} program.")
|
|||||||
#:test-target "test_pytest"
|
#:test-target "test_pytest"
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'configure 'wrap-program
|
(add-after 'install 'wrap-program
|
||||||
;; Tell 'ranger' where 'w3mimgdisplay' is.
|
;; Tell 'ranger' where 'w3mimgdisplay' is.
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
|
|||||||
Reference in New Issue
Block a user