spdk: don't manually enableParallelBuilding

This is automatic for Meson builds.
launchpad/nixpkgs/master
Alyssa Ross 3 years ago
parent 31c5b4fe9b
commit 264533c9e9
  1. 2
      pkgs/development/libraries/spdk/default.nix

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

Loading…
Cancel
Save