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/packages/irc.scm | |
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/packages/irc.scm')
-rw-r--r-- | gnu/packages/irc.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index 5a1df6d600..4f4e494ee5 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -74,7 +74,6 @@ (sha256 (base32 "1qkl3sb4ijx4k17m0c42j2p5bc4jymypwhmplm942rbrzm6mg50q")) - (patches (search-patches "quassel-qt-5.11.patch")) (modules '((guix build utils))) ;; We don't want to install the bundled scripts. (snippet |