summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/acl
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-03-09 18:05:38 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-03-09 18:05:38 +0000
commit6f9a7832326b7a695ecadcd66b3b8c7acb8dd632 (patch)
treeabe784672998083239733a2a05867f2c03acfaf1 /pkgs/development/libraries/acl
parent70b2dd393c6822c86070dacfdc9bd1487d03a1f8 (diff)
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
Diffstat (limited to 'pkgs/development/libraries/acl')
-rw-r--r--pkgs/development/libraries/acl/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/acl/default.nix b/pkgs/development/libraries/acl/default.nix
index 06dd8cb2fb97..9bf407d61ff1 100644
--- a/pkgs/development/libraries/acl/default.nix
+++ b/pkgs/development/libraries/acl/default.nix
@@ -8,7 +8,8 @@ stdenv.mkDerivation {
sha256 = "1j39g62fki0iyji9s62slgwdfskpkqy7rmjlqcnmsvsnxbxhc294";
};
- buildInputs = [gettext attr libtool];
+ buildNativeInputs = [gettext];
+ buildInputs = [attr libtool];
configureFlags = "MAKE=make LIBTOOL=libtool MSGFMT=msgfmt MSGMERGE=msgmerge XGETTEXT=xgettext ZIP=gzip ECHO=echo SED=sed AWK=gawk";