diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-12-04 22:32:54 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-12-09 13:04:17 +0100 |
commit | 9fde877856d82ee4c040fd904c4eb5378acea5ee (patch) | |
tree | c53b307f285cda37708d148ed8396860e16a3fb7 /gnu/packages | |
parent | 444a79b6fea48b17f8a798075d0b75d049be5a5e (diff) | |
download | guix-9fde877856d82ee4c040fd904c4eb5378acea5ee.tar guix-9fde877856d82ee4c040fd904c4eb5378acea5ee.tar.gz |
gnu: python2-pyqt-4: Change package name to python2-pyqt.
* gnu/packages/qt.scm (python2-pyqt-4)[package]: Change "name"
python2-pyqt.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/qt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index ae951aad5f..fc4700e2d4 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1115,7 +1115,7 @@ contain over 620 classes.") (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))) |