mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Merge pull request #70140 from matthewbauer/fix-68316
kwallet-pam: wrap pam_kwallet_init
This commit is contained in:
commit
d93fb7b272
@ -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 New Issue
Block a user