Revert "kernelHeaders: fix build with libmpc"
This reverts commit b0adde8f8a5f22cf45f32df64bba149f326dec85. Doesn't fix the issue for grsec kernels. (cherry picked from commit 22bd9c12fec43bf914cdbec4c3a11cd0d964912a) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
28c8f37eef
commit
5f028082cc
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, kernel, perl, libmpc }:
|
{ stdenv, kernel, perl }:
|
||||||
|
|
||||||
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 libmpc ];
|
nativeBuildInputs = [ perl ];
|
||||||
|
|
||||||
buildFlags = [ "ARCH=${stdenv.platform.kernelArch}" ] ++ baseBuildFlags;
|
buildFlags = [ "ARCH=${stdenv.platform.kernelArch}" ] ++ baseBuildFlags;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue