mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
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