@@ -1,13 +1,13 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, libopcodes, libbfd, libelf
|
, libopcodes, libbfd, libelf
|
||||||
, linuxPackages_latest
|
, linuxPackages_latest, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "bpftool";
|
pname = "bpftool";
|
||||||
inherit (linuxPackages_latest.kernel) version src;
|
inherit (linuxPackages_latest.kernel) version src;
|
||||||
|
|
||||||
buildInputs = [ libopcodes libbfd libelf ];
|
buildInputs = [ libopcodes libbfd libelf zlib ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
cd tools/bpf/bpftool
|
cd tools/bpf/bpftool
|
||||||
|
|||||||
Reference in New Issue
Block a user