Unverified Commit d79b77d8 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[25.05] python3Packages.push-receiver: mark as broken (#407876)

parents a10ad4e3 310d0a16
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,5 +33,7 @@ buildPythonPackage rec {
    description = "Subscribe to GCM/FCM and receive notifications";
    license = licenses.unlicense;
    maintainers = with maintainers; [ veehaitch ];
    # Unmaintained and build issue with new protobuf
    broken = true;
  };
}