me
/
guix
Archived
1
0
Fork 0

gnu: newsboat: Return #t from phases.

* gnu/packages/syndication.scm (newsboat)[arguments]: Substitute INVOKE
for SYSTEM*.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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"))