pdns-recursor: fix systemd configure flag

gstqt5
Aaron Andersen 2020-10-17 17:42:41 -04:00
parent 7c4305be84
commit fca065aff2
1 changed files with 1 additions and 1 deletions

View File

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