forked from mirrors/nixpkgs
odp-dpdk: fix build
This commit is contained in:
parent
14caf0fdaa
commit
ddc4239e6a
|
@ -5,7 +5,7 @@
|
|||
version = "18.11.5";
|
||||
src = fetchurl {
|
||||
url = "https://fast.dpdk.org/rel/dpdk-${version}.tar.xz";
|
||||
sha256 = "0000000000000000000000000000000000000000000000000000";
|
||||
sha256 = "1n6nfaj7703l19jcw540lm8avni48hj9q1rq4mfp8b8gd4zjprj0";
|
||||
};
|
||||
});
|
||||
|
||||
|
@ -46,6 +46,8 @@ in stdenv.mkDerivation rec {
|
|||
# binaries will segfault otherwise
|
||||
dontStrip = true;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Open Data Plane optimized for DPDK";
|
||||
homepage = https://www.opendataplane.org;
|
||||
|
|
Loading…
Reference in a new issue