forked from mirrors/nixpkgs
texinfo: remove obsolete version 4.9
This commit is contained in:
parent
8ff3855204
commit
b15c3e49e5
|
@ -1,10 +0,0 @@
|
|||
{stdenv, fetchurl, ncurses}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "texinfo-4.9";
|
||||
src = fetchurl {
|
||||
url = mirror://gnu/texinfo/texinfo-4.9.tar.bz2;
|
||||
sha256 = "0h7q9h405m88fjj067brzniiv8306ryl087pgjpmbpd2jci9h6g7";
|
||||
};
|
||||
buildInputs = [ncurses];
|
||||
}
|
|
@ -3766,7 +3766,6 @@ let
|
|||
tcptrack = callPackage ../development/tools/misc/tcptrack { };
|
||||
|
||||
texinfo413 = callPackage ../development/tools/misc/texinfo/4.13a.nix { };
|
||||
texinfo49 = callPackage ../development/tools/misc/texinfo/4.9.nix { };
|
||||
texinfo5 = callPackage ../development/tools/misc/texinfo/5.2.nix { };
|
||||
texinfo4 = texinfo413;
|
||||
texinfo = texinfo5;
|
||||
|
|
Loading…
Reference in a new issue