gnu: wicd: Use INVOKE.
* gnu/packages/wicd.scm (wicd)[arguments]: Use INVOKE.
This commit is contained in:
parent
b5e70d921b
commit
aa0c73e7aa
|
@ -168,7 +168,7 @@
|
||||||
(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 New Issue