antlr4: enable more platforms

This commit is contained in:
Vincent Laporte
2017-10-10 07:21:24 +00:00
parent 0b5fc7fa64
commit b9d276bf4c

View File

@@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
walk parse trees.
'';
homepage = http://www.antlr.org/;
platforms = platforms.linux;
platforms = platforms.unix;
};
}