gnu: dnscrypt-wrapper: Return #t from phases.
* gnu/packages/dns.scm (dnscrypt-wrapper)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
997a4e1899
commit
b43cd106ee
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ servers is included, and an up-to-date version is available at
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'create-configure
|
(add-after 'unpack 'create-configure
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "make" "configure")))))))
|
(invoke "make" "configure"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)))
|
`(("autoconf" ,autoconf)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue