mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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:
parent
912bbd7aa1
commit
e1760d529b
@ -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";
|
||||
|
||||
|
@ -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...).
|
||||
|
Loading…
Reference in New Issue
Block a user