linuxPackages.vhba: fix add libelf build input
This commit is contained in:
parent
af9724d979
commit
9059c93b84
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, kernel }:
|
||||
{ stdenv, fetchurl, kernel, libelf }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "vhba-${version}";
|
||||
@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
makeFlags = [ "KDIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" "INSTALL_MOD_PATH=$(out)" ];
|
||||
buildInputs = [ libelf ];
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user