Skip to content

Commit 4745bdb

Browse files
authored
hspellDicts: remove broken package set (#487250)
2 parents 8f063e6 + 2064ee8 commit 4745bdb

3 files changed

Lines changed: 1 addition & 60 deletions

File tree

pkgs/development/libraries/hspell/dicts.nix

Lines changed: 0 additions & 58 deletions
This file was deleted.

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 (

0 commit comments

Comments
 (0)