antlr: supports darwin

This commit is contained in:
Matthew Bauer
2017-04-20 23:44:55 -05:00
parent a708fd840f
commit b9c8a0182a

View File

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