guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: Add python2-pyqt-4.


From: Efraim Flashner
Subject: 01/03: gnu: Add python2-pyqt-4.
Date: Sun, 11 Sep 2016 17:59:35 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 6d8e14d0ba7b14c49159b0788165a8f28e221601
Author: ng0 <address@hidden>
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 <address@hidden>
---
 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 <address@hidden>
 ;;; Copyright © 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015, 2016 Efraim Flashner <address@hidden>
+;;; Copyright © 2016 ng0 <address@hidden>
 ;;;
 ;;; 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

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