Commit 50cab727 authored by Weijia Wang's avatar Weijia Wang
Browse files

ttfautohint: unpin autotools

parent 0382d0a2
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -4486,9 +4486,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 {