dpdk: don't manually enableParallelBuilding
This is automatic for Meson builds.
This commit is contained in:
parent
917b4fc6d9
commit
6978666e15
@ -63,8 +63,6 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
outputs = [ "out" ] ++ lib.optional mod "kmod";
|
outputs = [ "out" ] ++ lib.optional mod "kmod";
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Set of libraries and drivers for fast packet processing";
|
description = "Set of libraries and drivers for fast packet processing";
|
||||||
homepage = "http://dpdk.org/";
|
homepage = "http://dpdk.org/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user