Unverified Commit ce6582e1 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.protoletariat: mark broken (#496795)

parents d8e78b04 314056f5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ buildPythonPackage (finalAttrs: {
  ];

  meta = {
    broken = true;
    description = "Python protocol buffers for the rest of us";
    changelog = "https://github.com/cpcloud/protoletariat/blob/${finalAttrs.src.tag}/CHANGELOG.md";
    license = with lib.licenses; [ asl20 ];