diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-20 16:34:15 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-21 00:34:02 +0200 |
commit | e8062974d5cc598134da4d57ff45970ac431611b (patch) | |
tree | 8e30cae075f4df61b7f6a2583408c1cbf5154c48 /gnu/packages/qt.scm | |
parent | 023522d3a1e81fe9bc803183337fdc8c183a88c4 (diff) | |
download | guix-e8062974d5cc598134da4d57ff45970ac431611b.tar guix-e8062974d5cc598134da4d57ff45970ac431611b.tar.gz |
gnu: python-pyqt: Fix runtime error.
* gnu/packages/patches/pyqt-unbundled-qt.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/qt.scm (python-pyqt)[source](patches): Add it.
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index a8b2bb40be..8928c1ddd4 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1806,6 +1806,7 @@ module provides support functions to the automatically generated code.") (base32 "041155bdzp57jy747p5d59740c55yy3241cy1x2lgcdsvqvzmc0d")) (patches (search-patches "pyqt-configure.patch" + "pyqt-unbundled-qt.patch" "pyqt-public-sip.patch")))) (build-system gnu-build-system) (native-inputs |