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:
@@ -1,6 +1,6 @@
|
||||
{stdenv, fetchurl, perl, cross ? null}:
|
||||
|
||||
assert stdenv.isLinux;
|
||||
assert cross == null -> stdenv.isLinux;
|
||||
|
||||
let version = "2.6.28.5"; in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user