Making uclibc receive the proper arguments (libiconv)

svn path=/nixpkgs/branches/stdenv-updates/; revision=22850
This commit is contained in:
Lluís Batlle i Rossell 2010-08-01 21:24:35 +00:00
parent 40405d03ac
commit edd061b295

View file

@ -6845,7 +6845,7 @@ let
};
uclibc = import ../os-specific/linux/uclibc {
inherit fetchurl stdenv linuxHeaders;
inherit fetchurl stdenv linuxHeaders libiconv;
};
uclibcCross = import ../os-specific/linux/uclibc {