[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: Remove python2-pyqt-4.
From: |
Andreas Enge |
Subject: |
02/02: gnu: Remove python2-pyqt-4. |
Date: |
Mon, 22 Feb 2016 20:34:47 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit 3297deedd1fcfd98641b01b477fad182f70cad61
Author: Andreas Enge <address@hidden>
Date: Mon Feb 22 21:33:29 2016 +0100
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.
---
gnu/packages/qt.scm | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 86c0aaa..363596d 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -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")