From 499991cfe8073df7490ebcada29d44f703a71f84 Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Fri, 3 Feb 2017 09:59:09 -0600 Subject: gnu: python-pyqt: Propagate python-sip. * gnu/packages/qt.scm (python-pyqt)[propagated-inputs]: New field. --- gnu/packages/qt.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index b2fe6e445c..47a7caae48 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -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) -- cgit v1.2.3