Unverified Commit e847e365 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

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

parents 98bd31c7 169c2255
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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