wordnet: mark as broken
This commit is contained in:
parent
d769b52307
commit
fc276c7aab
|
@ -37,5 +37,6 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
|
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
|
||||||
|
broken = true; # we'd need older tk/tcl
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue