mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Remove python2-pyqtwebengine.
* gnu/packages/qt.scm (python2-pyqtwebengine): Remove variable.
This commit is contained in:
parent
5d53eec337
commit
701c0a7904
1 changed files with 0 additions and 19 deletions
|
@ -2108,25 +2108,6 @@ (define-public python2-pyqt
|
|||
("python2-enum34" ,python2-enum34)
|
||||
,@(alist-delete "python" (package-inputs python-pyqt))))))
|
||||
|
||||
(define-public python2-pyqtwebengine
|
||||
(package/inherit
|
||||
python-pyqtwebengine
|
||||
(name "python2-pyqtwebengine")
|
||||
(native-inputs
|
||||
`(("python" ,python-2)
|
||||
("python-sip" ,python2-sip)
|
||||
;; qtbase is required for qmake
|
||||
("qtbase" ,qtbase)))
|
||||
(inputs
|
||||
`(("python" ,python-2)
|
||||
("python-sip" ,python2-sip)
|
||||
("python-pyqt" ,python2-pyqt)
|
||||
("qtbase" ,qtbase)
|
||||
("qtsvg" ,qtsvg)
|
||||
("qtdeclarative" ,qtdeclarative)
|
||||
("qtwebchannel" ,qtwebchannel)
|
||||
("qtwebengine" ,qtwebengine)))))
|
||||
|
||||
(define-public python-pyqt-builder
|
||||
(package
|
||||
(name "python-pyqt-builder")
|
||||
|
|
Loading…
Reference in a new issue