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
1 changed files with 1 additions and 1 deletions
|
@ -1115,7 +1115,7 @@ (define-public python-pyqt-4
|
|||
|
||||
(define-public python2-pyqt-4
|
||||
(package (inherit python-pyqt-4)
|
||||
(name "python2-pyqt-4")
|
||||
(name "python2-pyqt")
|
||||
(native-inputs
|
||||
`(("python-sip" ,python2-sip)
|
||||
("qt" ,qt-4)))
|
||||
|
|
Loading…
Reference in a new issue