gnu: python2-pyqt-4: Use INVOKE.
* gnu/packages/qt.scm (python2-pyqt-4)[arguments]: Use INVOKE.
This commit is contained in:
parent
41173df9f8
commit
39df4d1992
|
@ -1909,11 +1909,11 @@ contain over 620 classes.")
|
||||||
(lib (string-append out "/lib/python"
|
(lib (string-append out "/lib/python"
|
||||||
python-major+minor
|
python-major+minor
|
||||||
"/site-packages")))
|
"/site-packages")))
|
||||||
(zero? (system* "python" "configure.py"
|
(invoke "python" "configure.py"
|
||||||
"--confirm-license"
|
"--confirm-license"
|
||||||
"--bindir" bin
|
"--bindir" bin
|
||||||
"--destdir" lib
|
"--destdir" lib
|
||||||
"--sipdir" sip))))))))
|
"--sipdir" sip)))))))
|
||||||
(license (list license:gpl2 license:gpl3)))) ; choice of either license
|
(license (list license:gpl2 license:gpl3)))) ; choice of either license
|
||||||
|
|
||||||
(define-public qscintilla
|
(define-public qscintilla
|
||||||
|
|
Loading…
Reference in New Issue