ttfautohint: use autoconf 2.69
This commit is contained in:
parent
7a14f9914f
commit
4cf137a3d3
@ -7889,7 +7889,9 @@ in
|
||||
|
||||
ttf2pt1 = callPackage ../tools/misc/ttf2pt1 { };
|
||||
|
||||
ttfautohint = libsForQt5.callPackage ../tools/misc/ttfautohint { };
|
||||
ttfautohint = libsForQt5.callPackage ../tools/misc/ttfautohint {
|
||||
autoreconfHook = autoreconfHook269;
|
||||
};
|
||||
ttfautohint-nox = ttfautohint.override { enableGUI = false; };
|
||||
|
||||
tty-clock = callPackage ../tools/misc/tty-clock { };
|
||||
|
Loading…
Reference in New Issue
Block a user