mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
texinfo5: remove package, old version
The only user was `gcc48`. Drop `texinfo5` as it's an old unsupported branch of the package.
This commit is contained in:
parent
1db443abb7
commit
dd7248133e
@ -88,10 +88,6 @@ in
|
||||
branch = finalAttrs.version;
|
||||
};
|
||||
});
|
||||
texinfo5 = buildTexinfo {
|
||||
version = "5.2";
|
||||
hash = "sha256-VHHvaDpkWIp8/vRu8r3T+8vKidhH4QgyYSKT8QXkTto=";
|
||||
};
|
||||
texinfo6_5 = buildTexinfo {
|
||||
version = "6.5";
|
||||
hash = "sha256-d3dLP0oGwgcFzC7xyASGRCLjz5UjXpZbHwCkbffaX2I=";
|
||||
|
@ -1221,6 +1221,7 @@ mapAliases ({
|
||||
pgtap = postgresqlPackages.pgtap;
|
||||
plv8 = postgresqlPackages.plv8;
|
||||
postgis = postgresqlPackages.postgis;
|
||||
texinfo5 = throw "'texinfo5' has been removed from nixpkgs"; # Added 2024-09-10
|
||||
timescaledb = postgresqlPackages.timescaledb;
|
||||
tsearch_extras = postgresqlPackages.tsearch_extras;
|
||||
|
||||
|
@ -19016,7 +19016,6 @@ with pkgs;
|
||||
texinfoPackages = callPackages ../development/tools/misc/texinfo/packages.nix { };
|
||||
inherit (texinfoPackages)
|
||||
texinfo413
|
||||
texinfo5 # needed for gcc48
|
||||
texinfo6_5 # needed for allegro
|
||||
texinfo6_7 # needed for gpm, iksemel and fwknop
|
||||
texinfo6
|
||||
|
Loading…
Reference in New Issue
Block a user