gnu: clipmenu: Set #:guile argument of 'wrap-script'.
* gnu/packages/xdisorg.scm (clipmenu)[arguments]<#:phases>{wrap-script}: Set #:guile argument of ‘wrap-script’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
0758ee8002
commit
a4e38cc216
|
@ -2555,10 +2555,12 @@ tools to complement clipnotify.")
|
|||
(gawk (assoc-ref inputs "gawk"))
|
||||
(util-linux (assoc-ref inputs "util-linux"))
|
||||
(xdotool (assoc-ref inputs "xdotool"))
|
||||
(xsel (assoc-ref inputs "xsel")))
|
||||
(xsel (assoc-ref inputs "xsel"))
|
||||
(guile (search-input-file inputs "bin/guile")))
|
||||
(for-each
|
||||
(lambda (prog)
|
||||
(wrap-script (string-append out "/bin/" prog)
|
||||
#:guile guile
|
||||
`("PATH" ":" prefix
|
||||
,(map (lambda (dir)
|
||||
(string-append dir "/bin"))
|
||||
|
|
Reference in New Issue