Loading pkgs/development/libraries/rocksdb/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -15,12 +15,13 @@ let malloc = if jemalloc != null then jemalloc else gperftools; tools = [ "sst_dump" "ldb" "rocksdb_dump" "rocksdb_undump" "blob_dump" ]; in stdenv.mkDerivation rec { name = "rocksdb-${version}"; version = "5.10.3"; outputs = [ "dev" "out" "static" ]; outputs = [ "dev" "out" "static" "bin" ]; src = fetchFromGitHub { owner = "facebook"; Loading Loading @@ -55,7 +56,7 @@ stdenv.mkDerivation rec { buildFlags = buildAndInstallFlags ++ [ "shared_lib" "static_lib" ]; ] ++ tools ; installFlags = buildAndInstallFlags ++ [ "INSTALL_PATH=\${out}" Loading @@ -69,6 +70,9 @@ stdenv.mkDerivation rec { cat make_config.mk mkdir -pv $static/lib/ mv -vi $out/lib/${LIBNAME}.a $static/lib/ install -d ''${!outputBin}/bin install -D ${stdenv.lib.concatStringsSep " " tools} ''${!outputBin}/bin ''; enableParallelBuilding = true; Loading Loading
pkgs/development/libraries/rocksdb/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -15,12 +15,13 @@ let malloc = if jemalloc != null then jemalloc else gperftools; tools = [ "sst_dump" "ldb" "rocksdb_dump" "rocksdb_undump" "blob_dump" ]; in stdenv.mkDerivation rec { name = "rocksdb-${version}"; version = "5.10.3"; outputs = [ "dev" "out" "static" ]; outputs = [ "dev" "out" "static" "bin" ]; src = fetchFromGitHub { owner = "facebook"; Loading Loading @@ -55,7 +56,7 @@ stdenv.mkDerivation rec { buildFlags = buildAndInstallFlags ++ [ "shared_lib" "static_lib" ]; ] ++ tools ; installFlags = buildAndInstallFlags ++ [ "INSTALL_PATH=\${out}" Loading @@ -69,6 +70,9 @@ stdenv.mkDerivation rec { cat make_config.mk mkdir -pv $static/lib/ mv -vi $out/lib/${LIBNAME}.a $static/lib/ install -d ''${!outputBin}/bin install -D ${stdenv.lib.concatStringsSep " " tools} ''${!outputBin}/bin ''; enableParallelBuilding = true; Loading