dnsdist: fix finding boost
https://hydra.nixos.org/build/302826781/nixlog/2/tail It's similar to a few other packages in this staging-next cycle.
This commit is contained in:
@@ -62,6 +62,7 @@ stdenv.mkDerivation rec {
|
||||
"--disable-dependency-tracking"
|
||||
"--enable-unit-tests"
|
||||
"--enable-systemd"
|
||||
"--with-boost=${boost.dev}"
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
Reference in New Issue
Block a user