Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
kwallet-pam: wrap pam_kwallet_init
Browse files Browse the repository at this point in the history
This needs a compatible env as kwalletd daemon. Need to wrap it to
correct this.

Fixes #68316

(cherry picked from commit a296cc2)
  • Loading branch information
matthewbauer authored and worldofpeace committed Oct 2, 2019
1 parent 584181e commit d079834
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/desktops/plasma-5/kwallet-pam.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ mkDerivation {
postPatch = ''
sed -i pam_kwallet_init -e "s|socat|${lib.getBin socat}/bin/socat|"
'';
postFixup = ''
wrapQtApp $out/libexec/pam_kwallet_init
'';
dontWrapQtApps = true;
}

0 comments on commit d079834

Please sign in to comment.