me
/
guix
Archived
1
0
Fork 0

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
Maxime Devos 2021-05-31 20:04:30 +02:00 committed by Ludovic Courtès
parent 0758ee8002
commit a4e38cc216
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 1 deletions

View File

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