Skip to content

Commit c4e26af

Browse files
committedJul 29, 2017
hspellDicts: broken
1 parent 3e69c65 commit c4e26af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkgs/development/libraries/hspell/dicts.nix

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ let
44
dict = a: stdenv.mkDerivation ({
55
inherit (hspell) src patchPhase nativeBuildInputs;
66
meta = hspell.meta // {
7+
broken = true;
78
description = "${a.buildFlags} Hebrew dictionary";
89
} // (if a ? meta then a.meta else {});
910
} // (removeAttrs a ["meta"]));

0 commit comments

Comments
 (0)
Please sign in to comment.