aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/misc/wordnet
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-05-13 18:46:59 +0200
committerDomen Kožar <domen@dev.si>2015-05-13 18:46:59 +0200
commitfc276c7aabed52b68e88057a7ef0ec5a62dc85eb (patch)
tree48ce78ec04a1439d5b590fc2f23bfd1477a0050c /pkgs/applications/misc/wordnet
parentd769b523072f7d5ca00f65d3a50776d6d79ddfaa (diff)
wordnet: mark as broken
Diffstat (limited to 'pkgs/applications/misc/wordnet')
-rw-r--r--pkgs/applications/misc/wordnet/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/wordnet/default.nix b/pkgs/applications/misc/wordnet/default.nix
index 6ead69db2209..d46790e4d72b 100644
--- a/pkgs/applications/misc/wordnet/default.nix
+++ b/pkgs/applications/misc/wordnet/default.nix
@@ -37,5 +37,6 @@ stdenv.mkDerivation {
maintainers = [ ];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
+ broken = true; # we'd need older tk/tcl
};
}