From 02572b048e0519d815b3badc06aca5320643070e Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sat, 16 Jul 2022 13:55:53 +1000 Subject: [PATCH] grype: build on `x86_64-darwin` --- pkgs/tools/security/grype/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/tools/security/grype/default.nix b/pkgs/tools/security/grype/default.nix index 40908c6a3c0c..aa7b9158adea 100644 --- a/pkgs/tools/security/grype/default.nix +++ b/pkgs/tools/security/grype/default.nix @@ -69,8 +69,5 @@ buildGoModule rec { ''; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab jk ]; - # Need updated macOS SDK - # https://github.com/NixOS/nixpkgs/issues/101229 - broken = (stdenv.isDarwin && stdenv.isx86_64); }; }