me
/
guix
Archived
1
0
Fork 0

gnu: offlineimap: Remove redundant wrapper.

* gnu/packages/mail.scm (offlineimap)[arguments]: Remove phase 'wrap-binary'.
master
Marius Bakke 2018-12-23 23:56:12 +01:00
parent 0ea0452c0a
commit 4a3436449b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 7 deletions

View File

@ -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")