gnu: knot: Return #t from all phases.

* gnu/packages/backup.scm (knot)[arguments]: Substitute INVOKE for
SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-24 22:03:12 +02:00
parent 9a3a1565e9
commit 6b042495ef
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -541,10 +541,9 @@ (define-public knot
(let* ((out (assoc-ref outputs "out"))
(doc (string-append out "/share/doc/knot"))
(etc (string-append doc "/examples/etc")))
(zero?
(system* "make"
(string-append "config_dir=" etc)
"install")))))
(invoke "make"
(string-append "config_dir=" etc)
"install"))))
(add-after 'install 'wrap-python-scripts
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))