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.
This commit is contained in:
Vladimír Čunát
2025-07-26 07:52:32 +02:00
parent a8a3b4ca56
commit 8ee4547a01
@@ -57,6 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
"--enable-reproducible"
"--enable-systemd"
"--enable-dns-over-tls"
"--with-boost=${boost.dev}"
"sysconfdir=/etc/pdns-recursor"
];