syft: build on x86_64-darwin

This commit is contained in:
zowoq 2022-07-16 13:55:51 +10:00
parent f7741bf93c
commit 5ebea6334f

View file

@ -74,8 +74,5 @@ buildGoModule rec {
'';
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ jk ];
# Need updated macOS SDK
# https://github.com/NixOS/nixpkgs/issues/101229
broken = (stdenv.isDarwin && stdenv.isx86_64);
};
}