diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-27 12:42:22 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-27 12:42:22 +0100 |
commit | 8779987bba029535d3dc00f1aacf59281fdd34f0 (patch) | |
tree | 7a6d616d45367d508f94c3593b1ce5c7053c33f5 /gnu/packages/qt.scm | |
parent | 1885bb0c08e943a2e0e37c5c0a83473c8af904d0 (diff) | |
parent | a6d9f8837b118e2126e4b8a19bf48b524229a15c (diff) | |
download | gnu-guix-8779987bba029535d3dc00f1aacf59281fdd34f0.tar gnu-guix-8779987bba029535d3dc00f1aacf59281fdd34f0.tar.gz |
Merge branch 'master' into python-tests
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 5 |
1 files changed, 3 insertions, 2 deletions
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) |