gnu: offlineimap: Remove redundant wrapper.

* gnu/packages/mail.scm (offlineimap)[arguments]: Remove phase 'wrap-binary'.
This commit is contained in:
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

View file

@ -525,13 +525,6 @@ (define-public offlineimap
(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")