1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

python3Packages.pulumi: flag broken (#354223)

This commit is contained in:
Peder Bergebakken Sundt 2024-11-08 20:58:37 +01:00 committed by GitHub
commit bdac466cb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,5 +65,7 @@ buildPythonPackage rec {
homepage = "https://github.com/pulumi/pulumi";
license = licenses.asl20;
maintainers = with maintainers; [ teto ];
# https://github.com/pulumi/pulumi/issues/16828
broken = versionAtLeast protobuf.version "5";
};
}