Allowing linux-headers to be built for cross-compilations on non-linux platforms.

Updating the list of hydra cross-build jobs to something more ambitious.


svn path=/nixpkgs/branches/stdenv-updates/; revision=19628
This commit is contained in:
Lluís Batlle i Rossell
2010-01-23 09:41:50 +00:00
parent 38c0a2efbd
commit d8900100e5
2 changed files with 5 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
{stdenv, fetchurl, perl, cross ? null}:
assert stdenv.isLinux;
assert cross == null -> stdenv.isLinux;
let version = "2.6.28.5"; in