I still did not fix the nixpkgs tarball in the previous commit...

Next attempt, now simpler.

svn path=/nixpkgs/trunk/; revision=20129
This commit is contained in:
Lluís Batlle i Rossell 2010-02-19 14:42:50 +00:00
parent 912bbd7aa1
commit e1760d529b
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,8 @@
{stdenv, fetchurl, unzip, platform}:
assert (stdenv.system != "i686-linux" && stdenv.system != "x86_64-linux")
|| (stdenv ? cross);
stdenv.mkDerivation {
name = "uboot-2009.11";

View File

@ -8,8 +8,6 @@ with pkgs;
# Build whatever possible as a module, if not stated in the extra config.
kernelAutoModules = true;
kernelTarget = "bzImage";
# This next line makes uboot happy, more than being ever used in the kernel build.
kernelArch = if (system == "i686-linux") then "x86" else "x86_64";
kernelExtraConfig =
''
# Virtualisation (KVM, Xen...).