mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-pyqt-4: Remove variable.
* gnu/packages/qt.scm (python-pyqt-4): Remove variable. (python2-pyqt-4): Don't inherit from python-pyqt-4.
This commit is contained in:
parent
e1846928ee
commit
bba6069708
1 changed files with 4 additions and 13 deletions
|
@ -1748,9 +1748,9 @@ (define-public python2-pyqt
|
|||
("python2-enum34" ,python2-enum34)
|
||||
,@(alist-delete "python" (package-inputs python-pyqt))))))
|
||||
|
||||
(define-public python-pyqt-4
|
||||
(define-public python2-pyqt-4
|
||||
(package (inherit python-pyqt)
|
||||
(name "python-pyqt")
|
||||
(name "python2-pyqt")
|
||||
(version "4.12")
|
||||
(source
|
||||
(origin
|
||||
|
@ -1763,9 +1763,9 @@ (define-public python-pyqt-4
|
|||
(base32
|
||||
"1nw8r88a5g2d550yvklawlvns8gd5slw53yy688kxnsa65aln79w"))))
|
||||
(native-inputs
|
||||
`(("python-sip" ,python-sip)
|
||||
`(("python-sip" ,python2-sip)
|
||||
("qt" ,qt-4)))
|
||||
(inputs `(("python" ,python-wrapper)))
|
||||
(inputs `(("python" ,python-2)))
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
#:modules ((srfi srfi-1)
|
||||
|
@ -1794,15 +1794,6 @@ (define-public python-pyqt-4
|
|||
"--sipdir" sip))))))))
|
||||
(license (list license:gpl2 license:gpl3)))) ; choice of either license
|
||||
|
||||
(define-public python2-pyqt-4
|
||||
(package (inherit python-pyqt-4)
|
||||
(name "python2-pyqt")
|
||||
(native-inputs
|
||||
`(("python-sip" ,python2-sip)
|
||||
("qt" ,qt-4)))
|
||||
(inputs
|
||||
`(("python" ,python-2)))))
|
||||
|
||||
(define-public qscintilla
|
||||
(package
|
||||
(name "qscintilla")
|
||||
|
|
Loading…
Reference in a new issue