Unverified Commit b094d6ae authored by Timothy DeHerrera's avatar Timothy DeHerrera
Browse files

qutebrowser(fix): lock runtime QT plugins

parent 2057486d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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) ''