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:
Hartmut Goebel 2016-12-04 22:32:54 +01:00
parent 444a79b6fe
commit 9fde877856
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

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