mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
hspell: Fix meta check
This commit is contained in:
parent
f6a3f5af36
commit
49e4859256
@ -3,12 +3,11 @@
|
|||||||
let
|
let
|
||||||
dict = variant: a: stdenv.mkDerivation ({
|
dict = variant: a: stdenv.mkDerivation ({
|
||||||
inherit (hspell) src patchPhase nativeBuildInputs;
|
inherit (hspell) src patchPhase nativeBuildInputs;
|
||||||
|
buildFlags = [ variant ];
|
||||||
|
|
||||||
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
Block a user