15 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
23 sha256 = "sha256-yCRU5IxC6gNS+O2KYtKWjFk35EHkBnnzWy5UnyuB9f4=";
24 fetchSubmodules = true;
37 nativeCheckInputs = [ gbenchmark ];
39 nativeBuildInputs = [ cmake ];
41 cmakeBuildType = "RelWithDebInfo";
45 "-DTARANTOOL_VERSION=${version}.builtByNix" # expects the commit hash as well
49 description = "An in-memory computing platform consisting of a database and an application server";
50 homepage = "https://www.tarantool.io/";
51 license = licenses.bsd2;
52 mainProgram = "tarantool";
53 maintainers = with maintainers; [ dit7ya ];