guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add python-pyqt-without-qtwebkit.


From: Ricardo Wurmus
Subject: 01/02: gnu: Add python-pyqt-without-qtwebkit.
Date: Fri, 31 Aug 2018 10:38:27 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0e2d6d2698c5fbb0550d103475473b9800264abe
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Aug 31 16:34:34 2018 +0200

    gnu: Add python-pyqt-without-qtwebkit.
    
    * gnu/packages/qt.scm (python-pyqt-without-qtwebkit): New variable.
---
 gnu/packages/qt.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index f6eb283..7dfdade 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1834,6 +1834,15 @@ framework.  The bindings are implemented as a set of 
Python modules and
 contain over 620 classes.")
     (license license:gpl3)))
 
+;; XXX: This is useful because qtwebkit does not build reliably at this time.
+;; Ultimately, it would be nicer to have a more modular set of python-pyqt-*
+;; packages that could be used together.
+(define-public python-pyqt-without-qtwebkit
+  (package (inherit python-pyqt)
+    (name "python-pyqt-without-qtwebkit")
+    (inputs
+     (alist-delete "qtwebkit" (package-inputs python-pyqt)))))
+
 (define-public python2-pyqt
   (package (inherit python-pyqt)
     (name "python2-pyqt")



reply via email to

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