From 4fde72c7d64c78de2e41ba91153cebb907e63100 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 24 Feb 2014 04:43:00 +0100 Subject: 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 --- pkgs/os-specific/windows/mingw-w64/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/os-specific') diff --git a/pkgs/os-specific/windows/mingw-w64/default.nix b/pkgs/os-specific/windows/mingw-w64/default.nix index 0d7beb532fe7..f1c509a50984 100644 --- a/pkgs/os-specific/windows/mingw-w64/default.nix +++ b/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"; -- cgit 1.4.1