summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Moutinho <julm+nixpkgs@sourcephile.fr>2021-05-30 21:42:39 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-06-01 13:30:11 +0000
commit437b2bfe1823368c249dfe57604d139472642d89 (patch)
tree9d168cc8286ece6a82f156366a97730581153c65
parenthaskellPackages.webify: unbreak, jailbreak, as patches are not upstreamable atm (diff)
downloadnixpkgs-origin/backport-124991-to-release-21.05.tar.gz
nixos/pam: use new plasma5Packages, fixes #124973origin/backport-124991-to-release-21.05
(cherry picked from commit 61654ca131c1431b172cc0464c83227c40331e16)
-rw-r--r--nixos/modules/security/pam.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/security/pam.nix b/nixos/modules/security/pam.nix
index b5bd22f6ba7b..3cde7e951551 100644
--- a/nixos/modules/security/pam.nix
+++ b/nixos/modules/security/pam.nix
@@ -965,7 +965,7 @@ in
mr ${pkgs.apparmor-pam}/lib/security/pam_apparmor.so,
'' +
optionalString (isEnabled (cfg: cfg.enableKwallet)) ''
- mr ${pkgs.plasma5.kwallet-pam}/lib/security/pam_kwallet5.so,
+ mr ${pkgs.plasma5Packages.kwallet-pam}/lib/security/pam_kwallet5.so,
'' +
optionalString config.virtualisation.lxc.lxcfs.enable ''
mr ${pkgs.lxc}/lib/security/pam_cgfs.so