From ed0d6ed9a6ffd45466a3a68191544b994125fd64 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 25 Jan 2019 13:42:58 +0100 Subject: 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 d3c0539c33..19a126cc97 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))) -- cgit v1.2.3