spdk: don't manually enableParallelBuilding
This is automatic for Meson builds.
This commit is contained in:
parent
31c5b4fe9b
commit
264533c9e9
@ -55,8 +55,6 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-mssse3"; # Necessary to compile.
|
NIX_CFLAGS_COMPILE = "-mssse3"; # Necessary to compile.
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Set of libraries for fast user-mode storage";
|
description = "Set of libraries for fast user-mode storage";
|
||||||
homepage = "https://spdk.io/";
|
homepage = "https://spdk.io/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user