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

* gnu/packages/dns.scm (dnscrypt-proxy)[arguments]: Substitute INVOKE
for SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-24 21:58:41 +02:00
parent f32a1803f0
commit 997a4e1899
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -190,7 +190,7 @@ (define-public dnscrypt-proxy
;; Re-generate build files due to unbundling ltdl.
;; TODO: Prevent generating new libltdl and building it.
;; The system version is still favored and referenced.
(zero? (system* "autoreconf" "-vif")))))))
(invoke "autoreconf" "-vif"))))))
(native-inputs
`(("pkg-config" ,pkg-config)
("automake" ,automake)