guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

21/22: gnu: Remove python2-pyqtwebengine.


From: guix-commits
Subject: 21/22: gnu: Remove python2-pyqtwebengine.
Date: Mon, 29 Mar 2021 18:58:05 -0400 (EDT)

lfam pushed a commit to branch wip-update-calibre
in repository guix.

commit 9323b932556948a5c55b0dc0772e7f27534212fa
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Wed Mar 10 19:20:23 2021 +1100

    gnu: Remove python2-pyqtwebengine.
    
    * gnu/packages/qt.scm (python2-pyqtwebengine): Remove variable.
---
 gnu/packages/qt.scm | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index c51e643..0eabe7b 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2121,25 +2121,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]