mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
Adding kernelArch to platforms.pc. Needed to make the release.nix tarball happy.
svn path=/nixpkgs/trunk/; revision=20308
This commit is contained in:
parent
38a19b7202
commit
152a0c97fa
@ -7,6 +7,9 @@ rec {
|
|||||||
# Build whatever possible as a module, if not stated in the extra config.
|
# Build whatever possible as a module, if not stated in the extra config.
|
||||||
kernelAutoModules = true;
|
kernelAutoModules = true;
|
||||||
kernelTarget = "bzImage";
|
kernelTarget = "bzImage";
|
||||||
|
# Currently ignored - it should be set according to 'system' once it is
|
||||||
|
# not ignored. This is for stdenv-updates.
|
||||||
|
kernelArch = "i386";
|
||||||
kernelExtraConfig =
|
kernelExtraConfig =
|
||||||
''
|
''
|
||||||
# Virtualisation (KVM, Xen...).
|
# Virtualisation (KVM, Xen...).
|
||||||
|
Loading…
Reference in New Issue
Block a user