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