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>
This commit is contained in:
parent
b2459387b9
commit
0758ee8002
@ -2924,6 +2924,7 @@ transfer protocols.")
|
||||
(let ((out (assoc-ref outputs "out"))
|
||||
(path (getenv "PERL5LIB")))
|
||||
(wrap-script (string-append out "/bin/sieve-connect")
|
||||
#:guile (search-input-file inputs "bin/guile")
|
||||
`("PERL5LIB" ":" = (,path)))
|
||||
#t))))))
|
||||
(inputs
|
||||
|
Loading…
Reference in New Issue
Block a user