[Backport release-24.11] python312Packages.cffsubr: reset meta.broken (#358169)

This commit is contained in:
Aleksana 2024-11-23 20:30:33 +08:00 committed by GitHub
commit e65b456571
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,4 @@
{
stdenv,
lib,
afdko,
buildPythonPackage,
@ -49,7 +48,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "cffsubr" ];
meta = with lib; {
broken = stdenv.hostPlatform.isDarwin;
changelog = "https://github.com/adobe-type-tools/cffsubr/releases/tag/v${version}";
description = "Standalone CFF subroutinizer based on AFDKO tx";
mainProgram = "cffsubr";