nheko: fix boost make issue
This commit is contained in:
parent
6d4c381838
commit
648712b7bf
@ -53,6 +53,11 @@ mkDerivation rec {
|
|||||||
cmake
|
cmake
|
||||||
pkgconfig
|
pkgconfig
|
||||||
];
|
];
|
||||||
|
cmakeFlags = [
|
||||||
|
# Can be removed once either https://github.com/NixOS/nixpkgs/pull/85254 or
|
||||||
|
# https://github.com/NixOS/nixpkgs/pull/73940 are merged
|
||||||
|
"-DBoost_NO_BOOST_CMAKE=TRUE"
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
nlohmann_json
|
nlohmann_json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user