guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: offlineimap: Remove redundant wrapper.


From: guix-commits
Subject: 02/06: gnu: offlineimap: Remove redundant wrapper.
Date: Sat, 9 Feb 2019 15:06:43 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 4a3436449b5ccfb8455c0023baaa0a1bf5fdab39
Author: Marius Bakke <address@hidden>
Date:   Sun Dec 23 23:56:12 2018 +0100

    gnu: offlineimap: Remove redundant wrapper.
    
    * gnu/packages/mail.scm (offlineimap)[arguments]: Remove phase 
'wrap-binary'.
---
 gnu/packages/mail.scm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 4f2c1c3..6c2f66e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -525,13 +525,6 @@ and corrections.  It is based on a Bayesian filter.")
                     (man (string-append out "/share/man")))
                (install-file "docs/offlineimap.1" (string-append man "/man1"))
                (install-file "docs/offlineimapui.7" (string-append man 
"/man7"))
-               #t)))
-         (add-after 'install-documentation 'wrap-binary
-           (lambda* (#:key outputs #:allow-other-keys)
-             (let* ((out (assoc-ref outputs "out"))
-                    (bin (string-append out "/bin/offlineimap")))
-               (wrap-program bin
-                 `("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH"))))
                #t))))))
     (home-page "https://www.offlineimap.org";)
     (synopsis "Sync emails between two repositories")



reply via email to

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