Merge pull request #155460 from veprbl/pr/ttfautohint_darwin_fix
ttfautohint: fix darwin build
This commit is contained in:
commit
390e38d18a
@ -23,6 +23,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [ ''--with-qt=${if enableGUI then "${qtbase}/lib" else "no"}'' ];
|
||||
|
||||
# workaround https://github.com/NixOS/nixpkgs/issues/155458
|
||||
preBuild = lib.optionalString stdenv.cc.isClang ''
|
||||
rm version
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user