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:
parent
040f103720
commit
a296cc254f
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user