enpass: fix for KDE

This commit is contained in:
Artur Taranchiev 2021-01-07 23:03:28 +03:00
parent 70f5ea8836
commit 3939b8132f

View file

@ -79,7 +79,9 @@ let
# lsof must be in PATH for proper operation
wrapProgram $out/bin/Enpass \
--set LD_LIBRARY_PATH "${libPath}" \
--prefix PATH : ${lsof}/bin
--prefix PATH : ${lsof}/bin \
--unset QML2_IMPORT_PATH \
--unset QT_PLUGIN_PATH
'';
};
updater = {