lol

ttfautohint: fix darwin build

+5
+5
pkgs/tools/misc/ttfautohint/default.nix
··· 23 23 24 24 configureFlags = [ ''--with-qt=${if enableGUI then "${qtbase}/lib" else "no"}'' ]; 25 25 26 + # workaround https://github.com/NixOS/nixpkgs/issues/155458 27 + preBuild = lib.optionalString stdenv.cc.isClang '' 28 + rm version 29 + ''; 30 + 26 31 enableParallelBuilding = true; 27 32 28 33 dontWrapQtApps = true;