20 , ensureNewerSourcesForZipFilesHook
23 stdenv.mkDerivation rec {
28 src = fetchFromGitHub {
32 hash = "sha256-27mbIycenOk51PLQrAfU1cZcjiWddNtxoyC6Q9wxqFg=";
33 fetchSubmodules = true;
39 python3.pkgs.setuptools
41 python3.pkgs.wrapPython
43 ensureNewerSourcesForZipFilesHook
64 propagatedBuildInputs = [
65 python3.pkgs.configshell
72 enableParallelBuilding = true;
86 env.NIX_CFLAGS_COMPILE = "-mssse3"; # Necessary to compile.
87 # otherwise does not find strncpy when compiling
88 env.NIX_LDFLAGS = "-lbsd";
91 description = "Set of libraries for fast user-mode storage";
92 homepage = "https://spdk.io/";
93 license = licenses.bsd3;
94 platforms = [ "x86_64-linux" ];
95 maintainers = with maintainers; [ orivej ];