me
/
guix
Archived
1
0
Fork 0

gnu: dragon-drop: Correct PREFIX.

* gnu/packages/gtk.scm (dragon-drop)[#:make-flags]: Remove gratuitous “/bin”
from PREFIX.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
arkhan 2022-09-12 21:45:05 -05:00 committed by Liliana Marie Prikler
parent 104be3d5e3
commit 4d510e5411
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 1 additions and 2 deletions

View File

@ -2625,8 +2625,7 @@ shell scripts. Example of how to use @code{yad} can be consulted at
#:make-flags
(list (string-append "CC=" ,(cc-for-target))
;; makefile uses PREFIX for the binary location
(string-append "PREFIX=" (assoc-ref %outputs "out")
"/bin"))
(string-append "PREFIX=" (assoc-ref %outputs "out")))
#:phases
(modify-phases %standard-phases
(delete 'configure)))) ; no configure script