Skip to content

Commit df23cf4

Browse files
python3Packages.pulumi: flag broken
1 parent 5ed245d commit df23cf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/development/python-modules/pulumi/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,7 @@ buildPythonPackage rec {
6565
homepage = "https://github.com/pulumi/pulumi";
6666
license = licenses.asl20;
6767
maintainers = with maintainers; [ teto ];
68+
# https://github.com/pulumi/pulumi/issues/16828
69+
broken = versionAtLeast protobuf.version "5";
6870
};
6971
}

0 commit comments

Comments
 (0)