mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
texinfo4: drop
This commit is contained in:
parent
055b892a4f
commit
a4ad6a2686
3 changed files with 1 additions and 21 deletions
|
@ -69,25 +69,6 @@ let
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
texinfo413 = stdenv.mkDerivation (finalAttrs: {
|
|
||||||
pname = "texinfo";
|
|
||||||
version = "4.13a";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = "mirror://gnu/texinfo/texinfo-${finalAttrs.version}.tar.lzma";
|
|
||||||
hash = "sha256-bSiwzq6GbjU2FC/FUuejvJ+EyDAxGcJXMbJHju9kyeU=";
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = [ ncurses ];
|
|
||||||
nativeBuildInputs = [ xz ];
|
|
||||||
|
|
||||||
# Disabled because we don't have zdiff in the stdenv bootstrap.
|
|
||||||
#doCheck = true;
|
|
||||||
|
|
||||||
meta = meta // {
|
|
||||||
branch = finalAttrs.version;
|
|
||||||
};
|
|
||||||
});
|
|
||||||
texinfo6_5 = buildTexinfo {
|
texinfo6_5 = buildTexinfo {
|
||||||
version = "6.5";
|
version = "6.5";
|
||||||
hash = "sha256-d3dLP0oGwgcFzC7xyASGRCLjz5UjXpZbHwCkbffaX2I=";
|
hash = "sha256-d3dLP0oGwgcFzC7xyASGRCLjz5UjXpZbHwCkbffaX2I=";
|
||||||
|
|
|
@ -1896,6 +1896,7 @@ mapAliases {
|
||||||
tepl = libgedit-tepl; # Added 2024-04-29
|
tepl = libgedit-tepl; # Added 2024-04-29
|
||||||
termplay = throw "'termplay' has been removed due to lack of maintenance upstream"; # Added 2025-01-25
|
termplay = throw "'termplay' has been removed due to lack of maintenance upstream"; # Added 2025-01-25
|
||||||
testVersion = testers.testVersion; # Added 2022-04-20
|
testVersion = testers.testVersion; # Added 2022-04-20
|
||||||
|
texinfo4 = throw "'texinfo4' has been removed in favor of the latest version"; # Added 2025-06-08
|
||||||
tezos-rust-libs = ligo; # Added 2025-06-03
|
tezos-rust-libs = ligo; # Added 2025-06-03
|
||||||
tfplugindocs = terraform-plugin-docs; # Added 2023-11-01
|
tfplugindocs = terraform-plugin-docs; # Added 2023-11-01
|
||||||
thiefmd = throw "'thiefmd' has been removed due to lack of maintenance upstream and incompatible with newer Pandoc. Please use 'apostrophe' or 'folio' instead"; # Added 2025-02-20
|
thiefmd = throw "'thiefmd' has been removed due to lack of maintenance upstream and incompatible with newer Pandoc. Please use 'apostrophe' or 'folio' instead"; # Added 2025-02-20
|
||||||
|
|
|
@ -7689,13 +7689,11 @@ with pkgs;
|
||||||
|
|
||||||
texinfoPackages = callPackages ../development/tools/misc/texinfo/packages.nix { };
|
texinfoPackages = callPackages ../development/tools/misc/texinfo/packages.nix { };
|
||||||
inherit (texinfoPackages)
|
inherit (texinfoPackages)
|
||||||
texinfo413
|
|
||||||
texinfo6_5 # needed for allegro
|
texinfo6_5 # needed for allegro
|
||||||
texinfo6_7 # needed for gpm, iksemel and fwknop
|
texinfo6_7 # needed for gpm, iksemel and fwknop
|
||||||
texinfo6
|
texinfo6
|
||||||
texinfo7
|
texinfo7
|
||||||
;
|
;
|
||||||
texinfo4 = texinfo413; # needed for eukleides and singular
|
|
||||||
texinfo = texinfo7;
|
texinfo = texinfo7;
|
||||||
texinfoInteractive = texinfo.override { interactive = true; };
|
texinfoInteractive = texinfo.override { interactive = true; };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue