kernelHeaders: fix build with libmpc
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ stdenv, kernel, perl }:
|
{ stdenv, kernel, perl, libmpc }:
|
||||||
|
|
||||||
let
|
let
|
||||||
baseBuildFlags = [ "INSTALL_HDR_PATH=$(out)" "headers_install" ];
|
baseBuildFlags = [ "INSTALL_HDR_PATH=$(out)" "headers_install" ];
|
||||||
@@ -7,7 +7,7 @@ in stdenv.mkDerivation {
|
|||||||
|
|
||||||
inherit (kernel) src patches;
|
inherit (kernel) src patches;
|
||||||
|
|
||||||
nativeBuildInputs = [ perl ];
|
nativeBuildInputs = [ perl libmpc ];
|
||||||
|
|
||||||
buildFlags = [ "ARCH=${stdenv.platform.kernelArch}" ] ++ baseBuildFlags;
|
buildFlags = [ "ARCH=${stdenv.platform.kernelArch}" ] ++ baseBuildFlags;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user