Adding kernelArch to platforms.pc. Needed to make the release.nix tarball happy.

svn path=/nixpkgs/trunk/; revision=20308
This commit is contained in:
Lluís Batlle i Rossell 2010-03-01 14:06:48 +00:00
parent 38a19b7202
commit 152a0c97fa

View file

@ -7,6 +7,9 @@ rec {
# Build whatever possible as a module, if not stated in the extra config.
kernelAutoModules = true;
kernelTarget = "bzImage";
# Currently ignored - it should be set according to 'system' once it is
# not ignored. This is for stdenv-updates.
kernelArch = "i386";
kernelExtraConfig =
''
# Virtualisation (KVM, Xen...).