Commit 314056f5 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.protoletariat: mark broken

parent 18ca612c
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 ];