tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
hspellDicts: broken
Frederik Rietdijk
8 years ago
c4e26aff
3e69c650
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
hspell
dicts.nix
+1
pkgs/development/libraries/hspell/dicts.nix
···
4
4
dict = a: stdenv.mkDerivation ({
5
5
inherit (hspell) src patchPhase nativeBuildInputs;
6
6
meta = hspell.meta // {
7
7
+
broken = true;
7
8
description = "${a.buildFlags} Hebrew dictionary";
8
9
} // (if a ? meta then a.meta else {});
9
10
} // (removeAttrs a ["meta"]));