ttfautohint: fix build on Darwin

Broken by #33294.
This commit is contained in:
Orivej Desh 2018-01-05 15:09:02 +00:00
parent 4f5aa9bc25
commit d1204e65c4

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "1yflnydzdfkr8bi29yf42hb6h6525a4rdid3w8qjfk8rpqh53pqj";
};
postPatch = ''
postAutoreconf = ''
substituteInPlace configure --replace "macx-g++" "macx-clang"
'';