gnu: wicd: Use INVOKE.

* gnu/packages/wicd.scm (wicd)[arguments]: Use INVOKE.
This commit is contained in:
Ricardo Wurmus 2019-01-25 10:46:56 +01:00
parent b5e70d921b
commit aa0c73e7aa
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")))