mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 07:14:52 +00:00
Merge pull request #192172 from viraptor/pulumi-aws-darwin-fix
python310Packages.pulumi-aws: mark as working on darwin and aarch64
This commit is contained in:
commit
05645561b5
@ -40,7 +40,6 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
|
||||
description = "Pulumi python amazon web services provider";
|
||||
homepage = "https://github.com/pulumi/pulumi-aws";
|
||||
license = licenses.asl20;
|
||||
|
Loading…
Reference in New Issue
Block a user