dsq: build on x86_64-darwin

This commit is contained in:
zowoq 2022-07-16 13:55:52 +10:00
parent f66faf954c
commit c1d1aebda4

View File

@ -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;
};
}