python312Packages.cffsubr: reset meta.broken
Darwin builds fine for me on the current version.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user