mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +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"
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'configure 'wrap-program
|
||||
(add-after 'install 'wrap-program
|
||||
;; Tell 'ranger' where 'w3mimgdisplay' is.
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
|
||||
Reference in New Issue
Block a user