Loading pkgs/development/python-modules/minisbd/default.nix +6 −3 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, # build-system Loading Loading @@ -29,9 +30,11 @@ buildPythonPackage (finalAttrs: { onnxruntime ]; pythonImportsCheck = [ "minisbd" ]; # aarch64-linux fails cpuinfo test, because /sys/devices/system/cpu/ does not exist in the sandbox: # terminate called after throwing an instance of 'onnxruntime::OnnxRuntimeException' pythonImportsCheck = lib.optionals ( !(stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) ) [ "minisbd" ]; meta = { description = "Free and open source library for fast sentence boundary detection"; Loading Loading
pkgs/development/python-modules/minisbd/default.nix +6 −3 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, # build-system Loading Loading @@ -29,9 +30,11 @@ buildPythonPackage (finalAttrs: { onnxruntime ]; pythonImportsCheck = [ "minisbd" ]; # aarch64-linux fails cpuinfo test, because /sys/devices/system/cpu/ does not exist in the sandbox: # terminate called after throwing an instance of 'onnxruntime::OnnxRuntimeException' pythonImportsCheck = lib.optionals ( !(stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) ) [ "minisbd" ]; meta = { description = "Free and open source library for fast sentence boundary detection"; Loading