~ruther/guix-local

3297deedd1fcfd98641b01b477fad182f70cad61 — Andreas Enge 10 years ago dbbb45d
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.
1 files changed, 0 insertions(+), 9 deletions(-)

M gnu/packages/qt.scm
M gnu/packages/qt.scm => gnu/packages/qt.scm +0 -9
@@ 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")