hspellDicts: broken

This commit is contained in:
Frederik Rietdijk 2017-07-29 21:29:14 +02:00
parent 3e69c650ab
commit c4e26aff22

View File

@ -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"]));