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