hspellDicts.*: remove invalid buildFlags meta attr

This commit is contained in:
Jonathan Ringer 2019-12-30 16:57:27 -08:00
parent 5aff75d32d
commit 7084c052a0

View file

@ -6,9 +6,6 @@ let
meta = hspell.meta // {
broken = true;
description = "${variant} Hebrew dictionary";
buildFlags = [ variant ];
} // (if a ? meta then a.meta else {});
} // (removeAttrs a ["meta"]));
in