Merge pull request #108713 from ewok/enpass-fix
enpass: fix working only with root privileges on KDE
This commit is contained in:
commit
f492b16f66
@ -79,7 +79,9 @@ let
|
|||||||
# lsof must be in PATH for proper operation
|
# lsof must be in PATH for proper operation
|
||||||
wrapProgram $out/bin/Enpass \
|
wrapProgram $out/bin/Enpass \
|
||||||
--set LD_LIBRARY_PATH "${libPath}" \
|
--set LD_LIBRARY_PATH "${libPath}" \
|
||||||
--prefix PATH : ${lsof}/bin
|
--prefix PATH : ${lsof}/bin \
|
||||||
|
--unset QML2_IMPORT_PATH \
|
||||||
|
--unset QT_PLUGIN_PATH
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
updater = {
|
updater = {
|
||||||
|
Loading…
Reference in New Issue
Block a user