neochat: add patch for libquotient 0.8

This commit is contained in:
Weijia Wang 2023-08-08 23:41:13 +02:00
parent 635b4a92f4
commit 523e56dc45

View file

@ -1,5 +1,6 @@
{ mkDerivation
, lib
, fetchpatch
, cmake
, extra-cmake-modules
@ -32,6 +33,14 @@
mkDerivation {
pname = "neochat";
patches = [
(fetchpatch {
name = "libquotient-0.8.patch";
url = "https://invent.kde.org/network/neochat/-/commit/d9d5e17be2a2057ab2ee545561fab721cb211f7f.patch";
hash = "sha256-y1PEehFCW+69OH8YvL3SUGOb8Hhyf8xwRvSZzJ5J5Wc=";
})
];
nativeBuildInputs = [
cmake
extra-cmake-modules