konversation: Fixes build with Qt 5.11

This commit is contained in:
Bastian Köcher 2018-05-26 09:09:06 +02:00
parent 6c46706fa6
commit a95a38ff3b

View File

@ -1,6 +1,7 @@
{ mkDerivation
, lib
, fetchurl
, fetchpatch
, extra-cmake-modules
, kdoctools
, kbookmarks
@ -69,6 +70,13 @@ in mkDerivation rec {
kdoctools
];
patches = [
(fetchpatch {
url = "https://cgit.kde.org/konversation.git/patch/?id=20018b3d0798421c9cb8a9d983e5a5b34bd88e8d";
sha256 = "0y5m5zimfhc0d1xnkzs05c8ig11lhwdn04fk76vi7966hx8wggnn";
})
];
meta = {
description = "Integrated IRC client for KDE";
license = with lib.licenses; [ gpl2 ];