Revert "hspellDicts.*: remove invalid buildFlags meta attr"
This reverts commit 7084c052a0
.
This commit is contained in:
parent
7084c052a0
commit
60a34108da
|
@ -6,6 +6,9 @@ let
|
||||||
meta = hspell.meta // {
|
meta = hspell.meta // {
|
||||||
broken = true;
|
broken = true;
|
||||||
description = "${variant} Hebrew dictionary";
|
description = "${variant} Hebrew dictionary";
|
||||||
|
|
||||||
|
buildFlags = [ variant ];
|
||||||
|
|
||||||
} // (if a ? meta then a.meta else {});
|
} // (if a ? meta then a.meta else {});
|
||||||
} // (removeAttrs a ["meta"]));
|
} // (removeAttrs a ["meta"]));
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in New Issue