gnu: python-pyqt: Use 'modify-phases'.
* gnu/packages/qt.scm (python-pyqt)[arguments]: Use 'modify-phases'.
This commit is contained in:
parent
2be0681367
commit
eef988c82e
|
@ -543,8 +543,8 @@ module provides support functions to the automatically generated code.")
|
||||||
`(#:modules ((srfi srfi-1)
|
`(#:modules ((srfi srfi-1)
|
||||||
,@%gnu-build-system-modules)
|
,@%gnu-build-system-modules)
|
||||||
#:phases
|
#:phases
|
||||||
(alist-replace
|
(modify-phases %standard-phases
|
||||||
'configure
|
(replace 'configure
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
(bin (string-append out "/bin"))
|
(bin (string-append out "/bin"))
|
||||||
|
@ -568,9 +568,8 @@ module provides support functions to the automatically generated code.")
|
||||||
"--destdir" lib
|
"--destdir" lib
|
||||||
"--designer-plugindir" designer
|
"--designer-plugindir" designer
|
||||||
"--qml-plugindir" qml
|
"--qml-plugindir" qml
|
||||||
"--sipdir" sip))))
|
"--sipdir" sip))))))))
|
||||||
%standard-phases)))
|
(home-page "https://www.riverbankcomputing.com/software/pyqt/intro")
|
||||||
(home-page "http://www.riverbankcomputing.com/software/pyqt/intro")
|
|
||||||
(synopsis "Python bindings for Qt")
|
(synopsis "Python bindings for Qt")
|
||||||
(description
|
(description
|
||||||
"PyQt is a set of Python v2 and v3 bindings for the Qt application
|
"PyQt is a set of Python v2 and v3 bindings for the Qt application
|
||||||
|
|
Loading…
Reference in New Issue