mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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 =
|
description =
|
||||||
"Provides an iOS cross compiler from 7.1 up to iOS-${version} and ldid";
|
"Provides an iOS cross compiler from 7.1 up to iOS-${version} and ldid";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
hydraPlatforms = [];
|
||||||
maintainers = with stdenv.lib.maintainers; [ fxfactorial ];
|
maintainers = with stdenv.lib.maintainers; [ fxfactorial ];
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user