mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #70140 from matthewbauer/fix-68316
kwallet-pam: wrap pam_kwallet_init
This commit is contained in:
commit
d93fb7b272
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue