jellyflix: fix build

This commit is contained in:
Jan van Brügge
2025-10-29 10:22:04 +00:00
parent e6579e371b
commit ad352bf180
+3
View File
@@ -25,6 +25,9 @@ flutter332.buildFlutterApplication rec {
--replace-fail "} on DioException catch (_) {
return _.response!.statusCode ?? 400;" "} on DioException catch (e) {
return e.response!.statusCode ?? 400;"
substituteInPlace linux/CMakeLists.txt \
--replace-fail "-Werror" ""
'';
postInstall = ''