gnu: offlineimap: Return #t from all phases.
* gnu/packages/mail.scm (offlineimap)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
1a1f778efd
commit
7232c3f523
gnu/packages
|
@ -517,7 +517,7 @@ and corrections. It is based on a Bayesian filter.")
|
||||||
(substitute* "docs/Makefile"
|
(substitute* "docs/Makefile"
|
||||||
;; Prevent xmllint and xsltproc from downloading a DTD file.
|
;; Prevent xmllint and xsltproc from downloading a DTD file.
|
||||||
(("a2x -v") "a2x --no-xmllint --xsltproc-opts=--nonet -v"))
|
(("a2x -v") "a2x --no-xmllint --xsltproc-opts=--nonet -v"))
|
||||||
(zero? (system* "make" "-C" "docs" "man"))))
|
(invoke "make" "-C" "docs" "man")))
|
||||||
(add-after 'install 'install-documentation
|
(add-after 'install 'install-documentation
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
|
|
Loading…
Reference in New Issue