* 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
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
|||||||
name = "texinfo-4.13a";
|
name = "texinfo-4.13a";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/texinfo/texinfo-4.13.tar.lzma";
|
url = "mirror://gnu/texinfo/texinfo-4.13a.tar.lzma";
|
||||||
sha256 = "1rf9ckpqwixj65bw469i634897xwlgkm5i9g2hv3avl6mv7b0a3d";
|
sha256 = "1rf9ckpqwixj65bw469i634897xwlgkm5i9g2hv3avl6mv7b0a3d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user