gnu: sieve-connect: Set #:guile argument of 'wrap-script'.
* gnu/packages/mail.scm (sieve-connect)[arguments]<#:phases>{wrap-program}: Set #:guile argument of ‘wrap-script’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
b2459387b9
commit
0758ee8002
|
@ -2924,6 +2924,7 @@ transfer protocols.")
|
||||||
(let ((out (assoc-ref outputs "out"))
|
(let ((out (assoc-ref outputs "out"))
|
||||||
(path (getenv "PERL5LIB")))
|
(path (getenv "PERL5LIB")))
|
||||||
(wrap-script (string-append out "/bin/sieve-connect")
|
(wrap-script (string-append out "/bin/sieve-connect")
|
||||||
|
#:guile (search-input-file inputs "bin/guile")
|
||||||
`("PERL5LIB" ":" = (,path)))
|
`("PERL5LIB" ":" = (,path)))
|
||||||
#t))))))
|
#t))))))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue