pycapnp: mark as broken

related to #249260
This commit is contained in:
Bruno Bigras
2023-09-29 13:00:09 -03:00
committed by Anderson Torres
parent 71f602f5ea
commit cc82590e00
@@ -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";
};
}