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
@ -235,7 +235,7 @@ servers is included, and an up-to-date version is available at
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'create-configure
|
||||
(lambda _
|
||||
(zero? (system* "make" "configure")))))))
|
||||
(invoke "make" "configure"))))))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)))
|
||||
(inputs
|
||||
|
Loading…
Reference in New Issue
Block a user