Skip to content

Commit

Permalink
ttfautohint: fix build on Darwin
Browse files Browse the repository at this point in the history
Broken by #33294.
  • Loading branch information
orivej committed Jan 5, 2018
1 parent 4f5aa9b commit d1204e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/misc/ttfautohint/default.nix
Expand Up @@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "1yflnydzdfkr8bi29yf42hb6h6525a4rdid3w8qjfk8rpqh53pqj";
};

postPatch = ''
postAutoreconf = ''
substituteInPlace configure --replace "macx-g++" "macx-clang"
'';

Expand Down

0 comments on commit d1204e6

Please sign in to comment.