From d1204e65c4f4d0edfe6d395805e33abee3837439 Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Fri, 5 Jan 2018 15:09:02 +0000 Subject: [PATCH] ttfautohint: fix build on Darwin Broken by #33294. --- pkgs/tools/misc/ttfautohint/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/ttfautohint/default.nix b/pkgs/tools/misc/ttfautohint/default.nix index 38dac37aa7d..decbddcd477 100644 --- a/pkgs/tools/misc/ttfautohint/default.nix +++ b/pkgs/tools/misc/ttfautohint/default.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { sha256 = "1yflnydzdfkr8bi29yf42hb6h6525a4rdid3w8qjfk8rpqh53pqj"; }; - postPatch = '' + postAutoreconf = '' substituteInPlace configure --replace "macx-g++" "macx-clang" '';