kwallet-pam: wrap pam_kwallet_init

This needs a compatible env as kwalletd daemon. Need to wrap it to
correct this.

Fixes #68316
This commit is contained in:
Matthew Bauer 2019-09-30 17:44:02 -04:00
parent 040f103720
commit a296cc254f

View File

@ -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;
}