kernel: fix dependencies
This commit is contained in:
@@ -64,7 +64,8 @@ let
|
||||
|
||||
kernelConfig = kernelConfigFun config;
|
||||
|
||||
nativeBuildInputs = [ buildPackages.stdenv.cc perl ];
|
||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||
nativeBuildInputs = [ perl ];
|
||||
|
||||
platformName = hostPlatform.platform.name;
|
||||
kernelBaseConfig = hostPlatform.platform.kernelBaseConfig;
|
||||
|
||||
Reference in New Issue
Block a user