swift: mark as unbroken on darwin
This commit is contained in:
@@ -705,7 +705,6 @@ in stdenv.mkDerivation {
|
||||
maintainers = with lib.maintainers; [ dtzWill trepetti dduan trundle stephank ];
|
||||
license = lib.licenses.asl20;
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
broken = stdenv.isDarwin;
|
||||
# Swift doesn't support 32-bit Linux, unknown on other platforms.
|
||||
badPlatforms = lib.platforms.i686;
|
||||
timeout = 86400; # 24 hours.
|
||||
|
||||
Reference in New Issue
Block a user