mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: wicd: Use INVOKE.
* gnu/packages/wicd.scm (wicd)[arguments]: Use INVOKE.
This commit is contained in:
parent
b5e70d921b
commit
aa0c73e7aa
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ (define (which* cmd)
|
||||||
(format #t
|
(format #t
|
||||||
"running ~s with command ~s and parameters ~s~%"
|
"running ~s with command ~s and parameters ~s~%"
|
||||||
"python setup.py" "configure" params)
|
"python setup.py" "configure" params)
|
||||||
(zero? (apply system* "python" "setup.py" "configure" params))))))
|
(apply invoke "python" "setup.py" "configure" params)))))
|
||||||
(add-after 'install 'post-install
|
(add-after 'install 'post-install
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
|
|
Loading…
Reference in a new issue