guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/38: gnu: dnscrypt-proxy: Return #t from phases.


From: Tobias Geerinckx-Rice
Subject: 17/38: gnu: dnscrypt-proxy: Return #t from phases.
Date: Mon, 25 Jun 2018 22:24:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 997a4e1899c339780d17da248f0c750969f7535e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jun 24 21:58:41 2018 +0200

    gnu: dnscrypt-proxy: Return #t from phases.
    
    * gnu/packages/dns.scm (dnscrypt-proxy)[arguments]: Substitute INVOKE
    for SYSTEM*.
---
 gnu/packages/dns.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 4fce4b3..59ba21a 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]