diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-24 21:58:41 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-26 02:17:00 +0200 |
commit | 997a4e1899c339780d17da248f0c750969f7535e (patch) | |
tree | d8a4a71bb5bde5d2e8b9bc7e9cd2af6b909b012b /gnu/packages/dns.scm | |
parent | f32a1803f0c1e17bda7d7bd035fbbb1725d49c66 (diff) | |
download | guix-997a4e1899c339780d17da248f0c750969f7535e.tar guix-997a4e1899c339780d17da248f0c750969f7535e.tar.gz |
gnu: dnscrypt-proxy: Return #t from phases.
* gnu/packages/dns.scm (dnscrypt-proxy)[arguments]: Substitute INVOKE
for SYSTEM*.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 4fce4b34ba..59ba21ac9c 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -190,7 +190,7 @@ high-volume and high-reliability applications. The name BIND stands for ;; 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) |