[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)))
- branch master updated (20fe972 -> c6e33df), guix-commits, 2019/01/25
- 06/14: gnu: ocaml-utop: Use INVOKE., guix-commits, 2019/01/25
- 05/14: gnu: ocaml-zed: Use INVOKE., guix-commits, 2019/01/25
- 04/14: gnu: ocaml-zarith: Use INVOKE., guix-commits, 2019/01/25
- 03/14: gnu: camlp4-4.02: Use INVOKE., guix-commits, 2019/01/25
- 02/14: gnu: ocaml-4.01: Use INVOKE., guix-commits, 2019/01/25
- 13/14: gnu: python2-pyqt-4: Use INVOKE., guix-commits, 2019/01/25
- 10/14: gnu: tevent: Use INVOKE.,
guix-commits <=
- 01/14: gnu: ocaml-4.02: Use INVOKE., guix-commits, 2019/01/25
- 09/14: gnu: talloc/static: Use INVOKE., guix-commits, 2019/01/25
- 07/14: gnu: python-rdflib: Use PYPI-URI., guix-commits, 2019/01/25
- 08/14: gnu: tre: Use INVOKE., guix-commits, 2019/01/25
- 14/14: gnu: python-pyopenssl: Update to 19.0.0., guix-commits, 2019/01/25
- 12/14: gnu: qwt: Use INVOKE., guix-commits, 2019/01/25
- 11/14: gnu: ldb: Use INVOKE., guix-commits, 2019/01/25