me
/
guix
Archived
1
0
Fork 0

gnu: Remove python2-pyqt-4.

* gnu/packages/qt.scm (python2-pyqt-4): Delete variable. It depends on Qt 4,
  which does not receive security updates any more.
master
Andreas Enge 2016-02-22 21:33:29 +01:00
parent dbbb45dd73
commit 3297deedd1
1 changed files with 0 additions and 9 deletions

View File

@ -541,15 +541,6 @@ contain over 620 classes.")
%standard-phases)))
(license (list gpl2 gpl3)))) ; choice of either license
(define-public python2-pyqt-4
(package (inherit python-pyqt-4)
(name "python2-pyqt")
(native-inputs
`(("python-sip" ,python2-sip)
("qt" ,qt-4)))
(inputs
`(("python" ,python-2)))))
(define-public qtkeychain
(package
(name "qtkeychain")