guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: tevent: Use INVOKE.


From: guix-commits
Subject: 10/14: gnu: tevent: Use INVOKE.
Date: Fri, 25 Jan 2019 08:02:35 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ed0d6ed9a6ffd45466a3a68191544b994125fd64
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 25 13:42:58 2019 +0100

    gnu: tevent: Use INVOKE.
    
    * gnu/packages/samba.scm (tevent)[arguments]: Use INVOKE.
---
 gnu/packages/samba.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index d3c0539..19a126c 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -320,9 +320,9 @@ destructors.  It is the core memory allocator used in 
Samba.")
            ;; tevent uses a custom configuration script that runs waf.
            (lambda* (#:key outputs #:allow-other-keys)
              (let ((out (assoc-ref outputs "out")))
-               (zero? (system* "./configure"
-                               (string-append "--prefix=" out)
-                               "--bundled-libraries=NONE"))))))))
+               (invoke "./configure"
+                       (string-append "--prefix=" out)
+                       "--bundled-libraries=NONE")))))))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("python" ,python-2)))



reply via email to

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