Fix typo in `all-packages.nix'.

svn path=/nixpkgs/branches/stdenv-updates/; revision=32368
This commit is contained in:
Ludovic Courtès 2012-02-17 21:24:03 +00:00
parent d4742ad714
commit a5d55a9514

View File

@ -3587,7 +3587,7 @@ let
inherit (gnu) machHeaders hurdHeaders libpthreadHeaders mig;
inherit fetchgit;
}
else { })));
else { }))));
# We can choose:
libcCrossChooser = name : if (name == "glibc") then glibcCross