* Fix kernel build.

svn path=/nixpkgs/trunk/; revision=8435
This commit is contained in:
Eelco Dolstra 2007-03-28 10:28:01 +00:00
parent fb91f1b319
commit b795dd8d44

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation {
if stdenv.system == "x86_64-linux" then "x86_64" else
abort "";
makeFlagsArray = if userModeLinux then ["ARCH=um"] else [];
makeFlags = if userModeLinux then "ARCH=um" else "";
inherit module_init_tools;