svn path=/nixpkgs/branches/stdenv-updates/; revision=11851
This commit is contained in:
Eelco Dolstra 2008-05-20 09:23:18 +00:00
parent a4e77530c8
commit 090642585e

View File

@ -2167,7 +2167,7 @@ rec {
inherit fetchurl stdenv;
};
attr = useFromStdenv "acl"
attr = useFromStdenv "attr"
(import ../development/libraries/attr {
inherit stdenv fetchurl libtool gettext;
});