dpdk: don't manually enableParallelBuilding

This is automatic for Meson builds.
This commit is contained in:
Alyssa Ross 2021-05-09 20:57:31 +00:00
parent 917b4fc6d9
commit 6978666e15

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/";