Skip to content
Snippets Groups Projects
Unverified Commit ed0d6ed9 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: tevent: Use INVOKE.

* gnu/packages/samba.scm (tevent)[arguments]: Use INVOKE.
parent d83c52c6
No related branches found
No related tags found
No related merge requests found
...@@ -320,9 +320,9 @@ (define-public tevent ...@@ -320,9 +320,9 @@ (define-public tevent
;; 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)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment