1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

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