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>
This commit is contained in:
aszlig 2014-02-24 04:43:00 +01:00
parent 423be7712b
commit 4fde72c7d6
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -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";