Unverified Commit 22bd84a2 authored by Janne Heß's avatar Janne Heß Committed by GitHub
Browse files

icinga2: Pin boost version (#374998)

parent 7bc8bc7c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;