mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
new texinfo
svn path=/nixpkgs/trunk/; revision=6735
This commit is contained in:
parent
9453ea08d9
commit
c084660522
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
{stdenv, fetchurl, ncurses}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "texinfo-4.8";
|
||||
name = "texinfo-4.8a";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/texinfo-4.8.tar.bz2;
|
||||
md5 = "6ba369bbfe4afaa56122e65b3ee3a68c";
|
||||
url = ftp://ftp.nluug.nl/pub/gnu/texinfo/texinfo-4.8a.tar.bz2;
|
||||
md5 = "0f429f87de9f20d6c0d952e63bf8e3fa";
|
||||
};
|
||||
buildInputs = [ncurses];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue