mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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.
This commit is contained in:
parent
dbbb45dd73
commit
3297deedd1
1 changed files with 0 additions and 9 deletions
|
@ -541,15 +541,6 @@ (define-public python-pyqt-4
|
|||
%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")
|
||||
|
|
Loading…
Reference in a new issue