Loading pkgs/development/python-modules/pycapnp/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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"; }; } Loading
pkgs/development/python-modules/pycapnp/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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"; }; }