civodul pushed a commit to branch core-updates
in repository guix.

commit 0758ee800277ae0916b894e7d20b9a4a14944130
Author: Maxime Devos <[email protected]>
AuthorDate: Mon May 31 19:58:53 2021 +0200

    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 <[email protected]>
---
 gnu/packages/mail.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index a885e24..7aed1aa 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -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

Reply via email to