mingw-w64: Fix typo in preConfigure hook.

D'oh, no wonder the headers are of almost the same size as the main
package.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
wip/yesman
aszlig 10 years ago
parent 423be7712b
commit 4fde72c7d6
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961
  1. 2
      pkgs/os-specific/windows/mingw-w64/default.nix

@ -13,7 +13,7 @@ stdenv.mkDerivation (rec {
} //
(if onlyHeaders then {
name = name + "-headers";
preConfingure = ''
preConfigure = ''
cd mingw-w64-headers
'';
configureFlags = "--without-crt --host=x86_64-w64-mingw32";

Loading…
Cancel
Save