~ruther/guix-local

499991cfe8073df7490ebcada29d44f703a71f84 — Eric Bavier 9 years ago d8768e3
gnu: python-pyqt: Propagate python-sip.

* gnu/packages/qt.scm (python-pyqt)[propagated-inputs]: New field.
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/qt.scm
M gnu/packages/qt.scm => gnu/packages/qt.scm +3 -2
@@ 1215,8 1215,9 @@ module provides support functions to the automatically generated code.")
       (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)