mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: python2-pyqt: Don't propagate python-sip.
* gnu/packages/qt.scm (python2-pyqt)[native-inputs]: Move python2-sip ... [propagated-inputs]: ... to here.
This commit is contained in:
parent
376a467443
commit
89761f0ef1
1 changed files with 3 additions and 2 deletions
|
@ -2237,9 +2237,10 @@ (define-public python2-pyqt-4
|
|||
(base32
|
||||
"0wnlasg62rm5d39nq1yw4namcx2ivxgzl93r5f2vb9s0yaz5l3x0"))))
|
||||
(native-inputs
|
||||
`(("python-sip" ,python2-sip)
|
||||
("qt" ,qt-4)))
|
||||
`(("qt" ,qt-4)))
|
||||
(inputs `(("python" ,python-2)))
|
||||
(propagated-inputs
|
||||
`(("python-sip" ,python2-sip)))
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
#:modules ((srfi srfi-1)
|
||||
|
|
Loading…
Reference in a new issue