antlr: supports darwin

This commit is contained in:
Matthew Bauer
2018-04-09 18:35:34 -05:00
parent 1034aa8e9c
commit e51405db3e
@@ -19,6 +19,6 @@ stdenv.mkDerivation {
walk parse trees.
'';
homepage = http://www.antlr.org/;
platforms = platforms.linux;
platforms = platforms.unix;
};
}