gnu: dnscrypt-wrapper: Return #t from phases.

* gnu/packages/dns.scm (dnscrypt-wrapper)[arguments]: Substitute INVOKE
for SYSTEM*.
master
Tobias Geerinckx-Rice 2018-06-24 21:59:18 +02:00
parent 997a4e1899
commit b43cd106ee
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

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