diff --git a/pkgs/servers/monitoring/icinga2/default.nix b/pkgs/servers/monitoring/icinga2/default.nix index c5646a7b5b8b..9a0eabc34280 100644 --- a/pkgs/servers/monitoring/icinga2/default.nix +++ b/pkgs/servers/monitoring/icinga2/default.nix @@ -7,7 +7,7 @@ flex, bison, systemd, - boost, + boost186, openssl, patchelf, mariadb-connector-c, @@ -80,7 +80,7 @@ stdenv.mkDerivation rec { ]; buildInputs = [ - boost + boost186 openssl systemd ] ++ lib.optional withPostgresql postgresql;