mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
[Backport release-24.11] python312Packages.cffsubr: reset meta.broken (#358169)
This commit is contained in:
commit
e65b456571
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user