mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: Remove python2-pyqt.
* gnu/packages/qt.scm (python2-pyqt): Remove variable.
This commit is contained in:
parent
701c0a7904
commit
c947920590
1 changed files with 0 additions and 14 deletions
|
@ -2094,20 +2094,6 @@ (define-public python-pyqt-without-qtwebkit
|
|||
(inputs
|
||||
(alist-delete "qtwebkit" (package-inputs python-pyqt)))))
|
||||
|
||||
(define-public python2-pyqt
|
||||
(package/inherit python-pyqt
|
||||
(name "python2-pyqt")
|
||||
(propagated-inputs
|
||||
`(("python-enum34" ,python2-enum34)
|
||||
("python-sip" ,python2-sip)))
|
||||
(native-inputs
|
||||
`(("python-sip" ,python2-sip)
|
||||
("qtbase" ,qtbase)))
|
||||
(inputs
|
||||
`(("python" ,python-2)
|
||||
("python2-enum34" ,python2-enum34)
|
||||
,@(alist-delete "python" (package-inputs python-pyqt))))))
|
||||
|
||||
(define-public python-pyqt-builder
|
||||
(package
|
||||
(name "python-pyqt-builder")
|
||||
|
|
Loading…
Reference in a new issue