Loading pkgs/servers/matrix-conduit/default.nix +4 −1 Original line number Diff line number Diff line { lib, rustPlatform, fetchFromGitLab, stdenv, darwin, nixosTests }: { lib, rustPlatform, fetchFromGitLab, stdenv, darwin, nixosTests, rocksdb_6_23 }: rustPlatform.buildRustPackage rec { pname = "matrix-conduit"; Loading Loading @@ -30,6 +30,9 @@ rustPlatform.buildRustPackage rec { darwin.apple_sdk.frameworks.Security ]; ROCKSDB_INCLUDE_DIR = "${rocksdb_6_23}/include"; ROCKSDB_LIB_DIR = "${rocksdb_6_23}/lib"; # tests failed on x86_64-darwin with SIGILL: illegal instruction doCheck = !(stdenv.isx86_64 && stdenv.isDarwin); Loading Loading
pkgs/servers/matrix-conduit/default.nix +4 −1 Original line number Diff line number Diff line { lib, rustPlatform, fetchFromGitLab, stdenv, darwin, nixosTests }: { lib, rustPlatform, fetchFromGitLab, stdenv, darwin, nixosTests, rocksdb_6_23 }: rustPlatform.buildRustPackage rec { pname = "matrix-conduit"; Loading Loading @@ -30,6 +30,9 @@ rustPlatform.buildRustPackage rec { darwin.apple_sdk.frameworks.Security ]; ROCKSDB_INCLUDE_DIR = "${rocksdb_6_23}/include"; ROCKSDB_LIB_DIR = "${rocksdb_6_23}/lib"; # tests failed on x86_64-darwin with SIGILL: illegal instruction doCheck = !(stdenv.isx86_64 && stdenv.isDarwin); Loading