mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 10:04:08 +00:00
Merge pull request #316673 from adamcstephens/waylock/pam
waylock: fix pam file to use login service
This commit is contained in:
commit
9384f2ea5b
@ -46,6 +46,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"${finalAttrs.deps}"
|
||||
];
|
||||
|
||||
preBuild = ''
|
||||
substituteInPlace pam.d/waylock --replace-fail "system-auth" "login"
|
||||
'';
|
||||
|
||||
passthru.updateScript = ./update.nu;
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user