ios-cross-compile: Don't build on hydra
This commit is contained in:
parent
57f4678bbb
commit
c12f63821f
@ -58,6 +58,7 @@ clangStdenv.mkDerivation rec {
|
||||
description =
|
||||
"Provides an iOS cross compiler from 7.1 up to iOS-${version} and ldid";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
maintainers = with stdenv.lib.maintainers; [ fxfactorial ];
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user