rustdesk-flutter: fix build by pinning to ffmpeg_7

This commit is contained in:
Gutyina Gergő
2025-11-14 19:13:37 +01:00
parent 4f62e365c3
commit 45667c9df2

View File

@@ -5,7 +5,7 @@
copyDesktopItems, copyDesktopItems,
fetchFromGitHub, fetchFromGitHub,
flutter329, flutter329,
ffmpeg, ffmpeg_7,
gst_all_1, gst_all_1,
fuse3, fuse3,
libXtst, libXtst,
@@ -119,7 +119,7 @@ flutter329.buildFlutterApplication rec {
]; ];
buildInputs = [ buildInputs = [
ffmpeg ffmpeg_7
fuse3 fuse3
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-base
gst_all_1.gstreamer gst_all_1.gstreamer