Trying to get coreutils cross-built with uclibc.
This involved fixing some buildInputs/buildNativeInputs in acl/attr, and adding a libiconv in some places. svn path=/nixpkgs/branches/stdenv-updates/; revision=20510
This commit is contained in:
@@ -9,7 +9,8 @@ stdenv.mkDerivation {
|
||||
sha256 = "1gy5zspj8ynxv6q29r24d18cfvq06zirg1pxcdg27bg2ncrv4n6k";
|
||||
};
|
||||
|
||||
buildInputs = [libtool gettext];
|
||||
buildNativeInputs = [gettext];
|
||||
buildInputs = [libtool];
|
||||
|
||||
configureFlags = "MAKE=make LIBTOOL=libtool MSGFMT=msgfmt MSGMERGE=msgmerge XGETTEXT=xgettext ECHO=echo SED=sed AWK=gawk";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user