Unverified Commit ad352bf1 authored by Jan van Brügge's avatar Jan van Brügge
Browse files

jellyflix: fix build

parent e6579e37
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 = ''