Unverified Commit 16a3151b authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.cffsubr: reset meta.broken

Darwin builds fine for me on the current version.
parent 6e4c4dbd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
{
  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";