From c1d1aebda48467ce55d8d40f45e1fda75401dbc4 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sat, 16 Jul 2022 13:55:52 +1000 Subject: [PATCH] dsq: build on `x86_64-darwin` --- pkgs/tools/misc/dsq/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/tools/misc/dsq/default.nix b/pkgs/tools/misc/dsq/default.nix index d9fe703f284e..6aa22a7f64f0 100644 --- a/pkgs/tools/misc/dsq/default.nix +++ b/pkgs/tools/misc/dsq/default.nix @@ -56,8 +56,5 @@ buildGoModule rec { homepage = "https://github.com/multiprocessio/dsq"; license = licenses.asl20; maintainers = with maintainers; [ liff ]; - # TODO: Remove once nixpkgs uses macOS SDK 10.14+ for x86_64-darwin - # Undefined symbols for architecture x86_64: "_SecTrustEvaluateWithError" - broken = stdenv.isDarwin && stdenv.isx86_64; }; }