lol

antlr: supports darwin

+1 -1
+1 -1
pkgs/development/tools/parsing/antlr/3.4.nix
··· 33 33 walk parse trees. 34 34 ''; 35 35 homepage = http://www.antlr.org/; 36 - platforms = platforms.linux; 36 + platforms = platforms.linux ++ platforms.darwin; 37 37 }; 38 38 }