mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-24 18:16:21 +03: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
3 changed files with 1 additions and 5 deletions
|
@ -88,10 +88,6 @@ in
|
||||||
branch = finalAttrs.version;
|
branch = finalAttrs.version;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
texinfo5 = buildTexinfo {
|
|
||||||
version = "5.2";
|
|
||||||
hash = "sha256-VHHvaDpkWIp8/vRu8r3T+8vKidhH4QgyYSKT8QXkTto=";
|
|
||||||
};
|
|
||||||
texinfo6_5 = buildTexinfo {
|
texinfo6_5 = buildTexinfo {
|
||||||
version = "6.5";
|
version = "6.5";
|
||||||
hash = "sha256-d3dLP0oGwgcFzC7xyASGRCLjz5UjXpZbHwCkbffaX2I=";
|
hash = "sha256-d3dLP0oGwgcFzC7xyASGRCLjz5UjXpZbHwCkbffaX2I=";
|
||||||
|
|
|
@ -1221,6 +1221,7 @@ mapAliases ({
|
||||||
pgtap = postgresqlPackages.pgtap;
|
pgtap = postgresqlPackages.pgtap;
|
||||||
plv8 = postgresqlPackages.plv8;
|
plv8 = postgresqlPackages.plv8;
|
||||||
postgis = postgresqlPackages.postgis;
|
postgis = postgresqlPackages.postgis;
|
||||||
|
texinfo5 = throw "'texinfo5' has been removed from nixpkgs"; # Added 2024-09-10
|
||||||
timescaledb = postgresqlPackages.timescaledb;
|
timescaledb = postgresqlPackages.timescaledb;
|
||||||
tsearch_extras = postgresqlPackages.tsearch_extras;
|
tsearch_extras = postgresqlPackages.tsearch_extras;
|
||||||
|
|
||||||
|
|
|
@ -19016,7 +19016,6 @@ with pkgs;
|
||||||
texinfoPackages = callPackages ../development/tools/misc/texinfo/packages.nix { };
|
texinfoPackages = callPackages ../development/tools/misc/texinfo/packages.nix { };
|
||||||
inherit (texinfoPackages)
|
inherit (texinfoPackages)
|
||||||
texinfo413
|
texinfo413
|
||||||
texinfo5 # needed for gcc48
|
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue