treewide: switch from rocksdb -> rocksdb_8_3

This commit is contained in:
Jonas Heinrich 2024-04-22 13:02:14 +02:00
parent dc1287e4a6
commit f7709cf1b3
8 changed files with 32 additions and 8 deletions

View File

@ -1,7 +1,7 @@
{ fetchFromGitHub
, lib
, protobuf
, rocksdb
, rocksdb_8_3
, rust-jemalloc-sys-unprefixed
, rustPlatform
, rustc
@ -9,6 +9,10 @@
, Security
, SystemConfiguration
}:
let
rocksdb = rocksdb_8_3;
in
rustPlatform.buildRustPackage rec {
pname = "polkadot";
version = "1.10.0";

View File

@ -13,7 +13,7 @@
, openssl
, libclang
, libcxx
, rocksdb
, rocksdb_8_3
, rustfmt
, perl
, hidapi
@ -46,6 +46,7 @@ let
pinData = lib.importJSON ./pin.json;
version = pinData.version;
hash = pinData.hash;
rocksdb = rocksdb_8_3;
inherit (darwin.apple_sdk_11_0) Libsystem;
inherit (darwin.apple_sdk_11_0.frameworks) System IOKit AppKit Security;
in

View File

@ -1,5 +1,16 @@
{ lib, stdenv, cmake, rocksdb, rapidjson, pkg-config, fetchFromGitHub, zlib }:
{ lib
, stdenv
, cmake
, rocksdb_8_3
, rapidjson
, pkg-config
, fetchFromGitHub
, zlib
}:
let
rocksdb = rocksdb_8_3;
in
stdenv.mkDerivation rec {
pname = "sortmerna";
version = "4.2.0";

View File

@ -6,7 +6,7 @@
, udev
, protobuf
, libcxx
, rocksdb
, rocksdb_8_3
, installShellFiles
, pkg-config
, openssl
@ -33,6 +33,7 @@
let
version = "1.17.31";
sha256 = "sha256-5qPW199o+CVJlqGwiAegsquBRWEb5uDKITxjN5dQYAQ=";
rocksdb = rocksdb_8_3;
inherit (darwin.apple_sdk_11_0) Libsystem;
inherit (darwin.apple_sdk_11_0.frameworks) System IOKit AppKit Security;

View File

@ -4,13 +4,16 @@
, fetchFromGitHub
, pkg-config
, openssl
, rocksdb
, rocksdb_8_3
, testers
, surrealdb
, darwin
, protobuf
}:
let
rocksdb = rocksdb_8_3;
in
rustPlatform.buildRustPackage rec {
pname = "surrealdb";
version = "1.3.1";

View File

@ -65,7 +65,7 @@ in
openssl = addToBuildInputs pkgs.openssl;
plot = addToBuildInputs pkgs.plotutils;
postgresql = addToBuildInputsWithPkgConfig pkgs.postgresql;
rocksdb = addToBuildInputs pkgs.rocksdb;
rocksdb = addToBuildInputs pkgs.rocksdb_8_3;
scheme2c-compatibility = old:
addToNativeBuildInputs (lib.optionals (stdenv.system == "x86_64-darwin") [ pkgs.memorymappingHook ])
(addPkgConfig old);

View File

@ -10,11 +10,12 @@
, stdenv
, darwin
, nix-update-script
, rocksdb
, rocksdb_8_3
}:
let
version = "0.6.0";
rocksdb = rocksdb_8_3;
in
rustPlatform.buildRustPackage {
pname = "stalwart-mail";

View File

@ -6,10 +6,13 @@
, stdenv
, darwin
, nixosTests
, rocksdb
, rocksdb_8_3
, rust-jemalloc-sys
}:
let
rocksdb = rocksdb_8_3;
in
rustPlatform.buildRustPackage rec {
pname = "matrix-conduit";
version = "0.6.0";