diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-07-24 22:54:54 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-07-25 15:18:27 +0300 |
commit | f88c8624ccc59d5e5f5c674c0331a7de44e6e351 (patch) | |
tree | 5e6f2bddda93df56c68045ac41e71d01f657f122 /gnu/local.mk | |
parent | 02062f42e66234fbb414c35abd75123f0ad2146d (diff) | |
download | guix-f88c8624ccc59d5e5f5c674c0331a7de44e6e351.tar guix-f88c8624ccc59d5e5f5c674c0331a7de44e6e351.tar.gz |
Revert "gnu: quassel: Fix building with Qt 5.11."
This reverts commit 68ddfb2e8d43de248a64a9baf34ff7002053ede6.
This is no longer necessary after the update to Qt-5.11.1.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index bb333a6611..ea066aa718 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1093,7 +1093,6 @@ dist_patch_DATA = \ %D%/packages/patches/qtoctave-qt-5.11-fix.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 \ |