* acl, attr: updated, and use libtool 2.
* Removed libtoolOld. svn path=/nixpkgs/branches/stdenv-updates/; revision=14792
This commit is contained in:
@@ -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];
|
||||
}
|
||||
Reference in New Issue
Block a user