qutebrowser(fix): lock runtime QT plugins

This commit is contained in:
Timothy DeHerrera 2023-04-30 11:08:24 -06:00
parent 2057486da7
commit b094d6aea7
No known key found for this signature in database
GPG Key ID: E44213186BC9AFE2

View File

@ -101,6 +101,8 @@ python3.pkgs.buildPythonApplication {
in
''
makeWrapperArgs+=(
# Force the app to use QT_PLUGIN_PATH values from wrapper
--unset QT_PLUGIN_PATH
"''${qtWrapperArgs[@]}"
${lib.optionalString pipewireSupport ''--prefix LD_LIBRARY_PATH : ${libPath}''}
${lib.optionalString (enableVulkan) ''