1
0
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:
宋文武
2024-06-18 12:13:33 +08:00
committed by Ludovic Courtès
parent a090b42d66
commit 2b6a1829b9

View File

@@ -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"))