nheko: fix boost make issue

This commit is contained in:
Doron Behar 2020-04-25 01:37:22 +03:00
parent 6d4c381838
commit 648712b7bf

View file

@ -53,6 +53,11 @@ mkDerivation rec {
cmake
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 = [
nlohmann_json