pdns-recursor: fix systemd configure flag
This commit is contained in:
parent
7c4305be84
commit
fca065aff2
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [
|
||||
"--enable-reproducible"
|
||||
"--with-systemd"
|
||||
"--enable-systemd"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
Loading…
Reference in New Issue
Block a user