From 01e1722e8fe932106d65bc87b83e5684534fa6e6 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Thu, 12 Apr 2018 19:15:01 -0400 Subject: cctools: Make assert meta.broken instead This more politely expresses the same thing --- pkgs/os-specific/darwin/cctools/port.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/os-specific') diff --git a/pkgs/os-specific/darwin/cctools/port.nix b/pkgs/os-specific/darwin/cctools/port.nix index bcca11d66b19..0eef47ed6dfe 100644 --- a/pkgs/os-specific/darwin/cctools/port.nix +++ b/pkgs/os-specific/darwin/cctools/port.nix @@ -12,8 +12,6 @@ let "${targetPlatform.config}-"; in -assert targetPlatform.isDarwin; - # Non-Darwin alternatives assert (!hostPlatform.isDarwin) -> (maloader != null && xctoolchain != null); @@ -117,6 +115,7 @@ let }; meta = { + broken = !targetPlatform.isDarwin; # Only supports darwin targets homepage = http://www.opensource.apple.com/source/cctools/; description = "MacOS Compiler Tools (cross-platform port)"; license = stdenv.lib.licenses.apsl20; -- cgit 1.4.1