wordnet: supports darwin

This commit is contained in:
Matthew Bauer
2017-04-23 18:08:39 -05:00
parent 3e6579ee84
commit 2c0395a24f
+1 -1
View File
@@ -42,6 +42,6 @@ stdenv.mkDerivation {
homepage = http://wordnet.princeton.edu/;
maintainers = [ ];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
platforms = with stdenv.lib.platforms; linux ++ darwin;
};
}