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:
commit
bdac466cb9
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue