mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 21:29:18 +00:00
dsq: build on x86_64-darwin
This commit is contained in:
parent
f66faf954c
commit
c1d1aebda4
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user