mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ (define-public offlineimap
|
|||
(substitute* "docs/Makefile"
|
||||
;; Prevent xmllint and xsltproc from downloading a DTD file.
|
||||
(("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
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
|
|
Loading…
Reference in a new issue