guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/18: gnu: sieve-connect: Set #:guile argument of 'wrap-script'.


From: guix-commits
Subject: 13/18: gnu: sieve-connect: Set #:guile argument of 'wrap-script'.
Date: Fri, 4 Jun 2021 17:29:25 -0400 (EDT)

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

commit 0758ee800277ae0916b894e7d20b9a4a14944130
Author: Maxime Devos <maximedevos@telenet.be>
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 <ludo@gnu.org>
---
 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

[Prev in Thread] Current Thread [Next in Thread]