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:
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…
Reference in a new issue