* acl, attr: updated, and use libtool 2.

* Removed libtoolOld.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14792
This commit is contained in:
Eelco Dolstra
2009-03-30 15:55:10 +00:00
parent 0a4dd9c4d9
commit 9455f37ce9
4 changed files with 18 additions and 26 deletions
@@ -1,10 +0,0 @@
{stdenv, fetchurl, m4, perl}:
stdenv.mkDerivation rec {
name = "libtool-1.5.26";
src = fetchurl {
url = "mirror://gnu/libtool/" + name + ".tar.gz";
sha256 = "029ggq5kri1gjn6nfqmgw4w920gyfzscjjxbsxxidal5zqsawd8w";
};
buildInputs = [m4 perl];
}