gnu: Add python2-pyqt-4.
* gnu/packages/qt.scm (python2-pyqt-4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
4d4a6ed775
commit
6d8e14d0ba
|
@ -3,6 +3,7 @@
|
||||||
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
|
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
|
||||||
;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
|
;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -1069,6 +1070,15 @@ contain over 620 classes.")
|
||||||
%standard-phases)))
|
%standard-phases)))
|
||||||
(license (list license:gpl2 license:gpl3)))) ; choice of either license
|
(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
|
(define-public qtkeychain
|
||||||
(package
|
(package
|
||||||
(name "qtkeychain")
|
(name "qtkeychain")
|
||||||
|
|
Loading…
Reference in New Issue