enpass: fix for KDE
This commit is contained in:
parent
70f5ea8836
commit
3939b8132f
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue