nheko: apply patch to fix rendering of replies with QT 6.9.2 (#445413)

This commit is contained in:
Maximilian Bosch
2025-09-23 10:33:05 +00:00
committed by GitHub
+9
View File
@@ -22,6 +22,7 @@
gst_all_1,
libnice,
qt6Packages,
fetchpatch,
}:
stdenv.mkDerivation rec {
@@ -35,6 +36,14 @@ stdenv.mkDerivation rec {
hash = "sha256-WlWxe4utRSc9Tt2FsnhBwxzQsoDML2hvm3g5zRnDEiU=";
};
patches = [
# Fixes rendering replies with QT 6.9.2
(fetchpatch {
url = "https://github.com/Nheko-Reborn/nheko/commit/2769642d3c7bd3c0d830b2f18ef6b3bf6a710bf4.patch";
hash = "sha256-y8aiS6h5CSJYBdsAH4jYhAyrFug7aH2H8L6rBfULnQQ=";
})
];
nativeBuildInputs = [
asciidoc
cmake