gnu: python2-pyqt-4: Change package name to python2-pyqt.
* gnu/packages/qt.scm (python2-pyqt-4)[package]: Change "name" python2-pyqt.
This commit is contained in:
parent
444a79b6fe
commit
9fde877856
|
@ -1115,7 +1115,7 @@ contain over 620 classes.")
|
||||||
|
|
||||||
(define-public python2-pyqt-4
|
(define-public python2-pyqt-4
|
||||||
(package (inherit python-pyqt-4)
|
(package (inherit python-pyqt-4)
|
||||||
(name "python2-pyqt-4")
|
(name "python2-pyqt")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-sip" ,python2-sip)
|
`(("python-sip" ,python2-sip)
|
||||||
("qt" ,qt-4)))
|
("qt" ,qt-4)))
|
||||||
|
|
Loading…
Reference in New Issue