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:
parent
423be7712b
commit
4fde72c7d6
@ -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…
Reference in New Issue
Block a user