dpdk: don't manually enableParallelBuilding

This is automatic for Meson builds.
This commit is contained in:
Alyssa Ross
2021-05-12 11:57:35 +00:00
parent 917b4fc6d9
commit 6978666e15
-2
View File
@@ -63,8 +63,6 @@ in stdenv.mkDerivation rec {
outputs = [ "out" ] ++ lib.optional mod "kmod";
enableParallelBuilding = true;
meta = with lib; {
description = "Set of libraries and drivers for fast packet processing";
homepage = "http://dpdk.org/";