mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
qutebrowser(fix): lock runtime QT plugins
This commit is contained in:
parent
2057486da7
commit
b094d6aea7
@ -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) ''
|
||||
|
Loading…
Reference in New Issue
Block a user