swift: loosen platforms to all linux other than known-bad i686
This commit is contained in:
parent
26f537ffab
commit
25b81a053e
@ -286,7 +286,8 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ dtzWill ];
|
maintainers = with maintainers; [ dtzWill ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
# Swift doesn't support 32bit Linux, unknown on other platforms.
|
# Swift doesn't support 32bit Linux, unknown on other platforms.
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = platforms.linux;
|
||||||
|
badPlatforms = platforms.i686;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user