mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -2924,6 +2924,7 @@ (define-public sieve-connect
|
|||
(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 a new issue