cctools: Make assert meta.broken instead
This more politely expresses the same thing
This commit is contained in:
parent
175d4ab1db
commit
01e1722e8f
@ -12,8 +12,6 @@ let
|
|||||||
"${targetPlatform.config}-";
|
"${targetPlatform.config}-";
|
||||||
in
|
in
|
||||||
|
|
||||||
assert targetPlatform.isDarwin;
|
|
||||||
|
|
||||||
# Non-Darwin alternatives
|
# Non-Darwin alternatives
|
||||||
assert (!hostPlatform.isDarwin) -> (maloader != null && xctoolchain != null);
|
assert (!hostPlatform.isDarwin) -> (maloader != null && xctoolchain != null);
|
||||||
|
|
||||||
@ -117,6 +115,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
broken = !targetPlatform.isDarwin; # Only supports darwin targets
|
||||||
homepage = http://www.opensource.apple.com/source/cctools/;
|
homepage = http://www.opensource.apple.com/source/cctools/;
|
||||||
description = "MacOS Compiler Tools (cross-platform port)";
|
description = "MacOS Compiler Tools (cross-platform port)";
|
||||||
license = stdenv.lib.licenses.apsl20;
|
license = stdenv.lib.licenses.apsl20;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user