jellyflix: fix build (#456696)

This commit is contained in:
Rick van Schijndel
2025-11-02 11:08:56 +00:00
committed by GitHub
+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 = ''