gnu: newsboat: Return #t from phases.

* gnu/packages/syndication.scm (newsboat)[arguments]: Substitute INVOKE
for SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-26 04:15:19 +02:00
parent 6c91c0f346
commit 8cd1462216
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -60,7 +60,7 @@ (define-public newsboat
(delete 'configure) ; no configure script
(add-after 'build 'build-documentation
(lambda _
(zero? (system* "make" "doc")))))
(invoke "make" "doc"))))
#:make-flags
(list (string-append "prefix=" (assoc-ref %outputs "out")))
#:test-target "test"))