From eb4056baf9fc90507b3953a8834269b07707a1e5 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sat, 16 Jul 2022 10:15:40 +1000 Subject: [PATCH] talosctl: build on `x86_64-darwin` --- pkgs/applications/networking/cluster/talosctl/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/applications/networking/cluster/talosctl/default.nix b/pkgs/applications/networking/cluster/talosctl/default.nix index d881e3a146e6..5f6c61417ac5 100644 --- a/pkgs/applications/networking/cluster/talosctl/default.nix +++ b/pkgs/applications/networking/cluster/talosctl/default.nix @@ -35,8 +35,5 @@ buildGoModule rec { homepage = "https://www.talos.dev/"; license = licenses.mpl20; maintainers = with maintainers; [ flokli ]; - # requires >= 10.14 SDK https://github.com/NixOS/nixpkgs/issues/101229 - # Undefined symbols for architecture x86_64: "_SecTrustEvaluateWithError" - broken = stdenv.isDarwin && stdenv.isx86_64; }; }