forked from mirrors/nixpkgs
hspellDicts: broken
This commit is contained in:
parent
3e69c650ab
commit
c4e26aff22
|
@ -4,6 +4,7 @@ let
|
|||
dict = a: stdenv.mkDerivation ({
|
||||
inherit (hspell) src patchPhase nativeBuildInputs;
|
||||
meta = hspell.meta // {
|
||||
broken = true;
|
||||
description = "${a.buildFlags} Hebrew dictionary";
|
||||
} // (if a ? meta then a.meta else {});
|
||||
} // (removeAttrs a ["meta"]));
|
||||
|
|
Loading…
Reference in a new issue