Merge pull request #108713 from ewok/enpass-fix

enpass: fix working only with root privileges on KDE
This commit is contained in:
Sandro 2021-01-27 11:28:59 +01:00 committed by GitHub
commit f492b16f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = {