diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-06-03 13:17:25 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-06-03 15:49:50 +0300 |
commit | 68ddfb2e8d43de248a64a9baf34ff7002053ede6 (patch) | |
tree | 2b8453771ee1a0ca66d33c4f010288f145da5458 /gnu/local.mk | |
parent | 4edc431b0f1a8893e950a3ee6c2fdebe9d5a6f7a (diff) | |
download | patches-68ddfb2e8d43de248a64a9baf34ff7002053ede6.tar patches-68ddfb2e8d43de248a64a9baf34ff7002053ede6.tar.gz |
gnu: quassel: Fix building with Qt 5.11.
* gnu/packages/irc.scm (quassel)[sources]: Add patch. Return #t from
snippet.
* gnu/packages/patches/quassel-qt-5.11.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
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 db04ee0cd8..d291186e36 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1067,6 +1067,7 @@ dist_patch_DATA = \ %D%/packages/patches/qtbase-use-TZDIR.patch \ %D%/packages/patches/qtscript-disable-tests.patch \ %D%/packages/patches/quagga-reproducible-build.patch \ + %D%/packages/patches/quassel-qt-5.11.patch \ %D%/packages/patches/quickswitch-fix-dmenu-check.patch \ %D%/packages/patches/rapicorn-isnan.patch \ %D%/packages/patches/raptor2-heap-overflow.patch \ |