* Use the texinfo-4.13a tarball. Strangely, the texinfo-4.13 tarball

has a different hash on ftp.nluug.nl, which happens to be the first
  mirror for fetchurl, thus building texinfo failed.

svn path=/nixpkgs/trunk/; revision=12902
This commit is contained in:
Eelco Dolstra 2008-09-23 00:21:49 +00:00
parent a4a186d4cf
commit bf65ff9ec6

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "texinfo-4.13a";
src = fetchurl {
url = "mirror://gnu/texinfo/texinfo-4.13.tar.lzma";
url = "mirror://gnu/texinfo/texinfo-4.13a.tar.lzma";
sha256 = "1rf9ckpqwixj65bw469i634897xwlgkm5i9g2hv3avl6mv7b0a3d";
};