mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: tevent: Use INVOKE.
* gnu/packages/samba.scm (tevent)[arguments]: Use INVOKE.
This commit is contained in:
parent
d83c52c6bb
commit
ed0d6ed9a6
1 changed files with 3 additions and 3 deletions
|
@ -320,9 +320,9 @@ (define-public tevent
|
|||
;; 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)))
|
||||
|
|
Loading…
Reference in a new issue