nheko: apply patch recommended by upstream
This commit is contained in:
parent
2abd30cb87
commit
67d0c4f130
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, fetchpatch
|
||||||
, cmake
|
, cmake
|
||||||
, cmark
|
, cmark
|
||||||
, lmdb
|
, lmdb
|
||||||
@ -58,6 +59,15 @@ mkDerivation rec {
|
|||||||
# https://github.com/NixOS/nixpkgs/pull/73940 are merged
|
# https://github.com/NixOS/nixpkgs/pull/73940 are merged
|
||||||
"-DBoost_NO_BOOST_CMAKE=TRUE"
|
"-DBoost_NO_BOOST_CMAKE=TRUE"
|
||||||
];
|
];
|
||||||
|
# commit missing from latest release and recommended by upstream:
|
||||||
|
# https://github.com/NixOS/nixpkgs/pull/85922#issuecomment-619263903
|
||||||
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
name = "room-ids-escape-patch";
|
||||||
|
url = "https://github.com/Nheko-Reborn/nheko/commit/d94ac86816f9f325cba11f71344a3ca99591130d.patch";
|
||||||
|
sha256 = "1p0kj4a60l3jf0rfakc88adld7ccg3vfjhzia5rf2i03h35cxw8c";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
nlohmann_json
|
nlohmann_json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user