···1-{ fetchurl, stdenv, hostPlatform, buildPlatform }:
23# This file is tweaked for cross-compilation only.
4assert hostPlatform != buildPlatform;
···18 s/dlltool/i686-pc-mingw32-dlltool/g'
19 '';
2021- buildInputs = [ mingw_headers ];
2223 buildPhase = "make GC"; # to build the GNU C dll with C cleanup code
24
···1+{ fetchurl, stdenv, hostPlatform, buildPlatform, mingwrt }:
23# This file is tweaked for cross-compilation only.
4assert hostPlatform != buildPlatform;
···18 s/dlltool/i686-pc-mingw32-dlltool/g'
19 '';
2021+ buildInputs = [ mingwrt ];
2223 buildPhase = "make GC"; # to build the GNU C dll with C cleanup code
24