kernelHeaders: fix build with libmpc
This commit is contained in:
parent
b77df197f5
commit
e9842ea8d7
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, kernel, perl }:
|
||||
{ stdenv, kernel, perl, libmpc }:
|
||||
|
||||
let
|
||||
baseBuildFlags = [ "INSTALL_HDR_PATH=$(out)" "headers_install" ];
|
||||
|
@ -7,7 +7,7 @@ in stdenv.mkDerivation {
|
|||
|
||||
inherit (kernel) src patches;
|
||||
|
||||
nativeBuildInputs = [ perl ];
|
||||
nativeBuildInputs = [ perl libmpc ];
|
||||
|
||||
buildFlags = [ "ARCH=${stdenv.platform.kernelArch}" ] ++ baseBuildFlags;
|
||||
|
||||
|
|
Loading…
Reference in a new issue