diff options
author | Marius Bakke <marius@gnu.org> | 2020-07-15 20:08:10 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-15 20:08:10 +0200 |
commit | dec0217f6e21a2f48328aaff5448dcf2f4fea7d9 (patch) | |
tree | 684f37a5f3c6033633f884d06c27a59dbc727b83 /gnu/local.mk | |
parent | b514478cb9205ef04194dbe4235765abd0930da9 (diff) | |
download | guix-dec0217f6e21a2f48328aaff5448dcf2f4fea7d9.tar.gz |
gnu: python-shiboken-2, python-pyside-2: Update to 5.14.2.3.
* gnu/packages/patches/qtbase-absolute-runpath.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/qt.scm (qtbase/next): New variable. * gnu/packages/qt.scm (python-shiboken-2): Update to 5.14.2.3. [source](uri): Adjust for tarball rename. [inputs]: Use the default CLANG-TOOLCHAIN. (python-pyside-2)[inputs]: Likewise. (python-pyside-2-tools)[inputs]: Change from QTBASE to QTBASE/NEXT.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index ddd024677a..9b42160de3 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1473,6 +1473,7 @@ dist_patch_DATA = \ %D%/packages/patches/qemu-glibc-2.27.patch \ %D%/packages/patches/qrcodegen-cpp-make-install.patch \ %D%/packages/patches/qt4-ldflags.patch \ + %D%/packages/patches/qtbase-absolute-runpath.patch \ %D%/packages/patches/qtbase-moc-ignore-gcc-macro.patch \ %D%/packages/patches/qtbase-use-TZDIR.patch \ %D%/packages/patches/qtscript-disable-tests.patch \ |