quassel: fix building against Qt-5.11

This commit is contained in:
Evgeny Egorochkin
2018-06-24 20:23:21 +03:00
parent 832c5cb5d8
commit 05fd6a0c87
2 changed files with 74 additions and 0 deletions
@@ -71,6 +71,8 @@ in with stdenv; mkDerivation rec {
--prefix GIO_EXTRA_MODULES : "${dconf}/lib/gio/modules"
'';
patches = [ ./qt5_11.patch ];
meta = with stdenv.lib; {
homepage = https://quassel-irc.org/;
description = "Qt/KDE distributed IRC client suppporting a remote daemon";