gnu: tevent: Use INVOKE.
* gnu/packages/samba.scm (tevent)[arguments]: Use INVOKE.
This commit is contained in:
parent
d83c52c6bb
commit
ed0d6ed9a6
|
@ -320,9 +320,9 @@ destructors. It is the core memory allocator used in Samba.")
|
||||||
;; tevent uses a custom configuration script that runs waf.
|
;; tevent uses a custom configuration script that runs waf.
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
(zero? (system* "./configure"
|
(invoke "./configure"
|
||||||
(string-append "--prefix=" out)
|
(string-append "--prefix=" out)
|
||||||
"--bundled-libraries=NONE"))))))))
|
"--bundled-libraries=NONE")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("python" ,python-2)))
|
("python" ,python-2)))
|
||||||
|
|
Loading…
Reference in New Issue