From 648712b7bfbf0c607515e32840b439e28ac177c6 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sat, 25 Apr 2020 01:37:22 +0300 Subject: nheko: fix boost make issue --- pkgs/applications/networking/instant-messengers/nheko/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkgs/applications/networking/instant-messengers/nheko') diff --git a/pkgs/applications/networking/instant-messengers/nheko/default.nix b/pkgs/applications/networking/instant-messengers/nheko/default.nix index 67b8cd6fa419b..0de96c10d5978 100644 --- a/pkgs/applications/networking/instant-messengers/nheko/default.nix +++ b/pkgs/applications/networking/instant-messengers/nheko/default.nix @@ -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 -- cgit 1.4.1