mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: python-pyqt: Propagate python-sip.
* gnu/packages/qt.scm (python-pyqt)[propagated-inputs]: New field.
This commit is contained in:
parent
d8768e3172
commit
499991cfe8
1 changed files with 3 additions and 2 deletions
|
@ -1215,8 +1215,9 @@ (define-public python-pyqt
|
|||
(patches (search-patches "pyqt-configure.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("python-sip" ,python-sip)
|
||||
("qtbase" ,qtbase))) ; for qmake
|
||||
`(("qtbase" ,qtbase))) ; for qmake
|
||||
(propagated-inputs
|
||||
`(("python-sip" ,python-sip)))
|
||||
(inputs
|
||||
`(("python" ,python-wrapper)
|
||||
("qtbase" ,qtbase)
|
||||
|
|
Loading…
Reference in a new issue