forked from mirrors/nixpkgs
sudo: Enable tmpfiles.d is disabled
This commit is contained in:
parent
a868bf3797
commit
da310bdd6c
|
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
|||
"--with-logpath=/var/log/sudo.log"
|
||||
"--with-iologdir=/var/log/sudo-io"
|
||||
"--with-sendmail=${sendmailPath}"
|
||||
"--enable-tmpfiles.d=no"
|
||||
] ++ stdenv.lib.optional withInsults [
|
||||
"--with-insults"
|
||||
"--with-all-insults"
|
||||
|
|
Loading…
Reference in a new issue