gnu: python2-pyqt-4: Use INVOKE.

* gnu/packages/qt.scm (python2-pyqt-4)[arguments]: Use INVOKE.
master
Ricardo Wurmus 2019-01-25 13:59:53 +01:00
parent 41173df9f8
commit 39df4d1992
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 5 deletions

View File

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