mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +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,
|
lib,
|
||||||
afdko,
|
afdko,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
@ -49,7 +48,6 @@ buildPythonPackage rec {
|
|||||||
pythonImportsCheck = [ "cffsubr" ];
|
pythonImportsCheck = [ "cffsubr" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
broken = stdenv.hostPlatform.isDarwin;
|
|
||||||
changelog = "https://github.com/adobe-type-tools/cffsubr/releases/tag/v${version}";
|
changelog = "https://github.com/adobe-type-tools/cffsubr/releases/tag/v${version}";
|
||||||
description = "Standalone CFF subroutinizer based on AFDKO tx";
|
description = "Standalone CFF subroutinizer based on AFDKO tx";
|
||||||
mainProgram = "cffsubr";
|
mainProgram = "cffsubr";
|
||||||
|
Loading…
Reference in New Issue
Block a user