python3Packages.uharfbuzz: mark as broken on darwin

This commit is contained in:
P. R. d. O 2022-05-09 10:09:57 -06:00
parent e2eebc3856
commit c19b1b15bc
No known key found for this signature in database
GPG key ID: 7B0FF33FF90110C7

View file

@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
@ -41,5 +42,6 @@ buildPythonPackage rec {
homepage = "https://github.com/harfbuzz/uharfbuzz";
license = licenses.asl20;
maintainers = with maintainers; [ wolfangaukang ];
broken = stdenv.isDarwin;
};
}