13 buildPythonPackage rec {
18 disabled = pythonOlder "3.5";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 fetchSubmodules = true;
25 hash = "sha256-I4fCaomq26FdkpiJdj+zyrbdqdynnD2hIutYTuTFvQs=";
34 buildInputs = lib.optionals stdenv.isDarwin [ ApplicationServices ];
40 pythonImportsCheck = [ "uharfbuzz" ];
43 description = "Streamlined Cython bindings for the harfbuzz shaping engine";
44 homepage = "https://github.com/harfbuzz/uharfbuzz";
45 license = licenses.asl20;
46 maintainers = with maintainers; [ ];