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"
|
||||
python-major+minor
|
||||
"/site-packages")))
|
||||
(zero? (system* "python" "configure.py"
|
||||
"--confirm-license"
|
||||
"--bindir" bin
|
||||
"--destdir" lib
|
||||
"--sipdir" sip))))))))
|
||||
(invoke "python" "configure.py"
|
||||
"--confirm-license"
|
||||
"--bindir" bin
|
||||
"--destdir" lib
|
||||
"--sipdir" sip)))))))
|
||||
(license (list license:gpl2 license:gpl3)))) ; choice of either license
|
||||
|
||||
(define-public qscintilla
|
||||
|
|
Loading…
Reference in New Issue