* Fix kernel build.
svn path=/nixpkgs/trunk/; revision=8435
This commit is contained in:
parent
fb91f1b319
commit
b795dd8d44
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user