spdk: don't manually enableParallelBuilding

This is automatic for Meson builds.
This commit is contained in:
Alyssa Ross 2021-05-09 20:32:24 +00:00
parent 31c5b4fe9b
commit 264533c9e9
1 changed files with 0 additions and 2 deletions

View File

@ -55,8 +55,6 @@ in stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-mssse3"; # Necessary to compile.
enableParallelBuilding = true;
meta = with lib; {
description = "Set of libraries for fast user-mode storage";
homepage = "https://spdk.io/";