summary refs log tree commit diff
path: root/pkgs/top-level/platforms.nix
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-02-19 14:42:50 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-02-19 14:42:50 +0000
commite1760d529b4070715947d44cf389cb3077477f7c (patch)
tree38655edcd8736d02a9dae11cff4ca9301f664ce1 /pkgs/top-level/platforms.nix
parent912bbd7aa13be8d724293b5484b9da37f3dc255d (diff)
downloadnixlib-e1760d529b4070715947d44cf389cb3077477f7c.tar
nixlib-e1760d529b4070715947d44cf389cb3077477f7c.tar.gz
nixlib-e1760d529b4070715947d44cf389cb3077477f7c.tar.bz2
nixlib-e1760d529b4070715947d44cf389cb3077477f7c.tar.lz
nixlib-e1760d529b4070715947d44cf389cb3077477f7c.tar.xz
nixlib-e1760d529b4070715947d44cf389cb3077477f7c.tar.zst
nixlib-e1760d529b4070715947d44cf389cb3077477f7c.zip
I still did not fix the nixpkgs tarball in the previous commit...
Next attempt, now simpler.

svn path=/nixpkgs/trunk/; revision=20129
Diffstat (limited to 'pkgs/top-level/platforms.nix')
-rw-r--r--pkgs/top-level/platforms.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/top-level/platforms.nix b/pkgs/top-level/platforms.nix
index 61ea4bafab24..492a0deaf124 100644
--- a/pkgs/top-level/platforms.nix
+++ b/pkgs/top-level/platforms.nix
@@ -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...).