Noticed it is glibc-nptl, not ntpl as I mistyped.

svn path=/nixpkgs/trunk/; revision=9159
This commit is contained in:
Michael Raskin 2007-08-18 16:22:10 +00:00
parent ac311eb30a
commit 88483fdb70

View file

@ -1420,7 +1420,7 @@ rec {
#installLocales = false;
});
glibcNTPL = import ../development/libraries/glibc-ntpl {
glibcNPTL = import ../development/libraries/glibc-nptl {
inherit stdenv fetchurl kernelHeaders;
};