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

This commit is contained in:
Aleksana
2025-11-28 05:05:20 +00:00
committed by GitHub
+2
View File
@@ -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[@]}