gnu: newsboat: Return #t from phases.
* gnu/packages/syndication.scm (newsboat)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
6c91c0f346
commit
8cd1462216
|
@ -60,7 +60,7 @@
|
|||
(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"))
|
||||
|
|
Loading…
Reference in New Issue