guix-commits
[Top][All Lists]
Advanced

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

18/38: gnu: dnscrypt-wrapper: Return #t from phases.


From: Tobias Geerinckx-Rice
Subject: 18/38: gnu: dnscrypt-wrapper: 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 b43cd106ee4732b94037b879b02156ad5ad8c9de
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jun 24 21:59:18 2018 +0200

    gnu: dnscrypt-wrapper: Return #t from phases.
    
    * gnu/packages/dns.scm (dnscrypt-wrapper)[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 59ba21a..5cdae12 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -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



reply via email to

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