Unverified Commit dc81b3b9 authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

jellyflix: fix build (#456696)

parents a30481a4 ad352bf1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = ''