···1-{ stdenv, fetchurl, pkgconfig, freetype, expat }:
0023stdenv.mkDerivation rec {
4 name = "fontconfig-2.10.2";
···21 ];
2223 # We should find a better way to access the arch reliably.
24- crossArch = stdenv.cross.arch or null;
2526 preConfigure = ''
27 if test -n "$crossConfig"; then
···1+{ stdenv, fetchurl, pkgconfig, freetype, expat
2+, hostPlatform
3+}:
45stdenv.mkDerivation rec {
6 name = "fontconfig-2.10.2";
···23 ];
2425 # We should find a better way to access the arch reliably.
26+ crossArch = hostPlatform.arch or null;
2728 preConfigure = ''
29 if test -n "$crossConfig"; then