Commit cc82590e authored by Bruno Bigras's avatar Bruno Bigras Committed by Anderson Torres
Browse files

pycapnp: mark as broken

related to #249260
parent 71f602f5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -33,5 +33,8 @@ buildPythonPackage rec {
    homepage = "https://capnproto.github.io/pycapnp/";
    maintainers = with maintainers; [ cstrahan lukeadams ];
    license = licenses.bsd2;
    # No support for capnproto 1.0 yet
    # https://github.com/capnproto/pycapnp/issues/323
    broken = lib.versionAtLeast capnproto.version "1.0";
  };
}