Merge pull request #111718 from cole-h/doas

doas: don't configure pamdir
This commit is contained in:
Artturi 2021-08-10 05:52:27 +03:00 committed by GitHub
commit 524f791911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
configureFlags = [
(lib.optionalString withTimestamp "--with-timestamp") # to allow the "persist" setting
(lib.optionalString (!withPAM) "--without-pam")
"--pamdir=${placeholder "out"}/etc/pam.d"
];
patches = [