Unverified Commit cec63d0e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

ttfautohint: unpin autotools (#427311)

parents 2d659ce1 50cab727
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -4516,9 +4516,7 @@ with pkgs;

  trytond = with python3Packages; toPythonApplication trytond;

  ttfautohint = libsForQt5.callPackage ../tools/misc/ttfautohint {
    autoreconfHook = buildPackages.autoreconfHook269;
  };
  ttfautohint = libsForQt5.callPackage ../tools/misc/ttfautohint { };
  ttfautohint-nox = ttfautohint.override { enableGUI = false; };

  twilight = callPackage ../tools/graphics/twilight {