File tree Expand file tree Collapse file tree
development/libraries/hspell Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -857,6 +857,7 @@ mapAliases {
857857 hostPlatform = warnAlias "'hostPlatform' has been renamed to/replaced by 'stdenv.hostPlatform'" stdenv . hostPlatform ; # Converted to warning 2025-10-28
858858 hpmyroom = throw "hpmyroom has been removed because it has been marked as broken since May 2024." ; # Added 2025-10-11
859859 hpp-fcl = throw "'hpp-fcl' has been renamed to/replaced by 'coal'" ; # Converted to throw 2025-10-27
860+ hspellDicts = throw "'hspellDicts' has been removed due to being broken for more than a year; see RFC 180" ; # Added 2026-02-05
860861 http-prompt = throw "'http-prompt' has been removed as it was broken and unmaintained upstream" ; # Added 2025-11-26
861862 hydra_unstable = throw "'hydra_unstable' has been renamed to/replaced by 'hydra'" ; # Converted to throw 2025-10-27
862863 i3-gaps = throw "'i3-gaps' has been renamed to/replaced by 'i3'" ; # Converted to throw 2025-10-27
Original file line number Diff line number Diff line change @@ -6714,8 +6714,6 @@ with pkgs;
67146714
67156715 highfive-mpi = highfive . override { hdf5 = hdf5-mpi ; } ;
67166716
6717- hspellDicts = callPackage ../development/libraries/hspell/dicts.nix { } ;
6718-
67196717 hunspellDicts = recurseIntoAttrs ( callPackages ../by-name/hu/hunspell/dictionaries.nix { } ) ;
67206718
67216719 hunspellDictsChromium = recurseIntoAttrs (
You can’t perform that action at this time.
0 commit comments