Unverified Commit 6f4f375a authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.11] flowblade: set GDK_BACKEND=x11 and...

[Backport release-25.11] flowblade: set GDK_BACKEND=x11 and SDL_VIDEODRIVER=x11 as it doesn't support wayland (#465839)
parents a5fcc7d4 255cb9c9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -57,6 +57,8 @@ stdenv.mkDerivation rec {
    makeWrapper $out/flowblade/flowblade $out/bin/flowblade \
      --set FREI0R_PATH ${frei0r}/lib/frei0r-1 \
      --set LADSPA_PATH ${ladspaPlugins}/lib/ladspa \
      --set GDK_BACKEND x11 \
      --set SDL_VIDEODRIVER x11 \
      --prefix PATH : "${lib.makeBinPath [ ffmpeg ]}" \
      ''${gappsWrapperArgs[@]}