gnu: knot: Return #t from all phases.
* gnu/packages/backup.scm (knot)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
9a3a1565e9
commit
6b042495ef
|
@ -541,10 +541,9 @@ Extensions} (DNSSEC).")
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
(doc (string-append out "/share/doc/knot"))
|
(doc (string-append out "/share/doc/knot"))
|
||||||
(etc (string-append doc "/examples/etc")))
|
(etc (string-append doc "/examples/etc")))
|
||||||
(zero?
|
(invoke "make"
|
||||||
(system* "make"
|
(string-append "config_dir=" etc)
|
||||||
(string-append "config_dir=" etc)
|
"install"))))
|
||||||
"install")))))
|
|
||||||
(add-after 'install 'wrap-python-scripts
|
(add-after 'install 'wrap-python-scripts
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
|
|
Loading…
Reference in New Issue