diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-01-13 16:42:28 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-01-14 11:41:20 +0200 |
commit | a9558ec5e837e8d3b0891e67befd3bbb803ecb48 (patch) | |
tree | 3b1788bb232f31784cbdf313771d3ac8f7386de7 /gnu/local.mk | |
parent | a0c8c8cd53b72fd1241b3678f43c14b806b136f0 (diff) |
gnu: quassel: Update to 0.14.0.
* gnu/packages/irc.scm (quassel): Update to 0.14.0.
[source]: Remove patch.
[inputs]: Add boost, perl, sonnet.
* gnu/packages/patches/quassel-qt-514-compat.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
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 5e140d2aed..5a8d140cea 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1727,7 +1727,6 @@ 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-514-compat.patch \ %D%/packages/patches/quickswitch-fix-dmenu-check.patch \ %D%/packages/patches/qtwebkit-pbutils-include.patch \ %D%/packages/patches/qtwebkit-fix-building-with-bison-3.7.patch \ |