Commit 255cb9c9 authored by Bin Li's avatar Bin Li Committed by github-actions[bot]
Browse files

flowblade: set GDK_BACKEND=x11 and SDL_VIDEODRIVER=x11 as it doesn't support wayland. (#465601)

(cherry picked from commit d10a3b1e)
parent 858ef7ca
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[@]}