* 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:
parent
a4a186d4cf
commit
bf65ff9ec6
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue