guix-commits
[Top][All Lists]
Advanced

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

11/14: gnu: ldb: Use INVOKE.


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

rekado pushed a commit to branch master
in repository guix.

commit 5b8484635fa0ba77a32a88bae571dc2a6703d47f
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 25 13:44:13 2019 +0100

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

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 19a126c..5ddc874 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -368,11 +368,11 @@ many event types, including timers, signals, and the 
classic file descriptor eve
            ;; ldb use 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)
-                               (string-append "--with-modulesdir=" out
-                                              "/lib/ldb/modules")
-                               "--bundled-libraries=NONE"))))))))
+               (invoke "./configure"
+                       (string-append "--prefix=" out)
+                       (string-append "--with-modulesdir=" out
+                                      "/lib/ldb/modules")
+                       "--bundled-libraries=NONE")))))))
     (native-inputs
      `(("cmocka" ,cmocka)
        ("pkg-config" ,pkg-config)



reply via email to

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