Loading pkgs/development/python-modules/rocksdict/default.nix +4 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, rustPlatform, Loading Loading @@ -57,6 +58,9 @@ buildPythonPackage (finalAttrs: { "test" ]; # Trace/BPT Trap 5 calling `pytest` on darwin. doCheck = !stdenv.hostPlatform.isDarwin; meta = { description = "Python fast on-disk dictionary / RocksDB & SpeeDB Python binding"; homepage = "https://github.com/rocksdict/RocksDict"; Loading Loading
pkgs/development/python-modules/rocksdict/default.nix +4 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, rustPlatform, Loading Loading @@ -57,6 +58,9 @@ buildPythonPackage (finalAttrs: { "test" ]; # Trace/BPT Trap 5 calling `pytest` on darwin. doCheck = !stdenv.hostPlatform.isDarwin; meta = { description = "Python fast on-disk dictionary / RocksDB & SpeeDB Python binding"; homepage = "https://github.com/rocksdict/RocksDict"; Loading