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
|
||||
dict = variant: a: stdenv.mkDerivation ({
|
||||
inherit (hspell) src patchPhase nativeBuildInputs;
|
||||
buildFlags = [ variant ];
|
||||
|
||||
meta = hspell.meta // {
|
||||
broken = true;
|
||||
description = "${variant} Hebrew dictionary";
|
||||
|
||||
buildFlags = [ variant ];
|
||||
|
||||
} // (if a ? meta then a.meta else {});
|
||||
} // (removeAttrs a ["meta"]));
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user