We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8205921 + df23cf4 commit bdac466Copy full SHA for bdac466
pkgs/development/python-modules/pulumi/default.nix
@@ -65,5 +65,7 @@ buildPythonPackage rec {
65
homepage = "https://github.com/pulumi/pulumi";
66
license = licenses.asl20;
67
maintainers = with maintainers; [ teto ];
68
+ # https://github.com/pulumi/pulumi/issues/16828
69
+ broken = versionAtLeast protobuf.version "5";
70
};
71
}
0 commit comments