efraim pushed a commit to branch master
in repository guix.

commit 6d8e14d0ba7b14c49159b0788165a8f28e221601
Author: ng0 <[email protected]>
Date:   Tue Aug 23 10:13:59 2016 +0000

    gnu: Add python2-pyqt-4.
    
    * gnu/packages/qt.scm (python2-pyqt-4): New variable.
    
    Signed-off-by: Efraim Flashner <[email protected]>
---
 gnu/packages/qt.scm |   10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 95690fa..a482d75 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2015 Sou Bunnbu <[email protected]>
 ;;; Copyright © 2015 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2015, 2016 Efraim Flashner <[email protected]>
+;;; Copyright © 2016 ng0 <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1069,6 +1070,15 @@ contain over 620 classes.")
          %standard-phases)))
     (license (list license:gpl2 license:gpl3)))) ; choice of either license
 
+(define-public python2-pyqt-4
+  (package (inherit python-pyqt-4)
+           (name "python2-pyqt-4")
+           (native-inputs
+            `(("python-sip" ,python2-sip)
+              ("qt" ,qt-4)))
+           (inputs
+            `(("python" ,python-2)))))
+
 (define-public qtkeychain
   (package
     (name "qtkeychain")

Reply via email to