mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 09:58:50 +03:00
doas: don't configure pamdir
In the future, doas won't ship PAM files (see
cfa9f0d3b3
),
and we already configure PAM in the doas module. Configuring the pamdir
serves no purpose.
This commit is contained in:
parent
c9091a9def
commit
408b107b0c
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user