mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
||||
"running ~s with command ~s and parameters ~s~%"
|
||||
"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
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out")))
|
||||
|
|
Loading…
Reference in a new issue