Merge pull request #70140 from matthewbauer/fix-68316

kwallet-pam: wrap pam_kwallet_init
This commit is contained in:
Matthew Bauer 2019-10-01 13:21:52 -04:00 committed by GitHub
commit d93fb7b272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,4 +7,8 @@ mkDerivation {
postPatch = '' postPatch = ''
sed -i pam_kwallet_init -e "s|socat|${lib.getBin socat}/bin/socat|" sed -i pam_kwallet_init -e "s|socat|${lib.getBin socat}/bin/socat|"
''; '';
postFixup = ''
wrapQtApp $out/libexec/pam_kwallet_init
'';
dontWrapQtApps = true;
} }