18 , ensureNewerSourcesForZipFilesHook
21 stdenv.mkDerivation rec {
26 src = fetchFromGitHub {
30 sha256 = "sha256-P10NDa+MIEY8B3bu34Dq2keyuv2a24XV5Wf+Ah701b8=";
31 fetchSubmodules = true;
36 python3.pkgs.setuptools
38 ensureNewerSourcesForZipFilesHook
58 # https://review.spdk.io/gerrit/c/spdk/spdk/+/20394
66 enableParallelBuilding = true;
70 "--pydir=${placeholder "out"}/${python3.sitePackages}"
73 env.NIX_CFLAGS_COMPILE = "-mssse3"; # Necessary to compile.
74 # otherwise does not find strncpy when compiling
75 env.NIX_LDFLAGS = "-lbsd";
78 description = "Set of libraries for fast user-mode storage";
79 homepage = "https://spdk.io/";
80 license = licenses.bsd3;
81 platforms = [ "x86_64-linux" ];
82 maintainers = with maintainers; [ orivej ];