icinga2: Pin boost version (#374998)

Necessary since https://github.com/NixOS/nixpkgs/pull/369118
This commit is contained in:
Janne Heß
2025-01-19 19:28:07 +01:00
committed by GitHub
parent 7bc8bc7c8b
commit 22bd84a21b
+2 -2
View File
@@ -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;