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>
This commit is contained in:
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

View file

@ -2555,10 +2555,12 @@ (define-public clipmenu
(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"))