wordnet: supports darwin

This commit is contained in:
Matthew Bauer
2017-04-20 23:44:14 -05:00
parent 3e6579ee84
commit 2c0395a24f

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;
};
}