lol

hspellDicts: broken

+1
+1
pkgs/development/libraries/hspell/dicts.nix
··· 4 4 dict = a: stdenv.mkDerivation ({ 5 5 inherit (hspell) src patchPhase nativeBuildInputs; 6 6 meta = hspell.meta // { 7 + broken = true; 7 8 description = "${a.buildFlags} Hebrew dictionary"; 8 9 } // (if a ? meta then a.meta else {}); 9 10 } // (removeAttrs a ["meta"]));