python312Packages.cffsubr: reset meta.broken

Darwin builds fine for me on the current version.
This commit is contained in:
Martin Weinelt
2024-11-22 14:45:11 +01:00
parent 6e4c4dbd46
commit 16a3151bcb
@@ -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";