14 buildPythonPackage rec {
19 disabled = pythonOlder "3.5";
21 src = fetchFromGitHub {
24 rev = "refs/tags/v${version}";
25 fetchSubmodules = true;
26 hash = "sha256-I4fCaomq26FdkpiJdj+zyrbdqdynnD2hIutYTuTFvQs=";
35 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ ApplicationServices ];
37 nativeCheckInputs = [ pytestCheckHook ];
39 pythonImportsCheck = [ "uharfbuzz" ];
42 description = "Streamlined Cython bindings for the harfbuzz shaping engine";
43 homepage = "https://github.com/harfbuzz/uharfbuzz";
44 license = licenses.asl20;