Unverified Commit 8ee4547a authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

pdns-recursor: fix finding boost

https://hydra.nixos.org/build/302913041/nixlog/3/tail
It's similar to a few other packages in this staging-next cycle.
parent a8a3b4ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
    "--enable-reproducible"
    "--enable-systemd"
    "--enable-dns-over-tls"
    "--with-boost=${boost.dev}"
    "sysconfdir=/etc/pdns-recursor"
  ];