forked from mirrors/nixpkgs
Fix typo in `all-packages.nix'.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32368
This commit is contained in:
parent
d4742ad714
commit
a5d55a9514
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue