gnu: Remove python2-pyqtwebengine.
* gnu/packages/qt.scm (python2-pyqtwebengine): Remove variable.master
parent
5d53eec337
commit
701c0a7904
|
@ -2108,25 +2108,6 @@ itself.")
|
|||
("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")
|
||||
|
|
Reference in New Issue