pdns-recursor: fix systemd configure flag

This commit is contained in:
Aaron Andersen 2020-10-17 17:42:41 -04:00
parent 7c4305be84
commit fca065aff2

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--enable-reproducible"
"--with-systemd"
"--enable-systemd"
];
enableParallelBuilding = true;