antlr: supports darwin

This commit is contained in:
Matthew Bauer 2017-04-20 23:44:55 -05:00
parent a708fd840f
commit b9c8a0182a
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3

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