summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/antlr
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2017-04-20 23:44:55 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2017-04-23 18:08:40 -0500
commitb9c8a0182aa4eee44605054cb341ec900d3cf9ce (patch)
tree139333560d92ce64ace13a2d256afba085dc88c3 /pkgs/development/tools/parsing/antlr
parenta708fd840f4720f900b0ea65ea0c77e80c9bda7d (diff)
downloadnixlib-b9c8a0182aa4eee44605054cb341ec900d3cf9ce.tar
nixlib-b9c8a0182aa4eee44605054cb341ec900d3cf9ce.tar.gz
nixlib-b9c8a0182aa4eee44605054cb341ec900d3cf9ce.tar.bz2
nixlib-b9c8a0182aa4eee44605054cb341ec900d3cf9ce.tar.lz
nixlib-b9c8a0182aa4eee44605054cb341ec900d3cf9ce.tar.xz
nixlib-b9c8a0182aa4eee44605054cb341ec900d3cf9ce.tar.zst
nixlib-b9c8a0182aa4eee44605054cb341ec900d3cf9ce.zip
antlr: supports darwin
Diffstat (limited to 'pkgs/development/tools/parsing/antlr')
-rw-r--r--pkgs/development/tools/parsing/antlr/3.4.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/parsing/antlr/3.4.nix b/pkgs/development/tools/parsing/antlr/3.4.nix
index a92e8aa72518..e6765806e4f7 100644
--- a/pkgs/development/tools/parsing/antlr/3.4.nix
+++ b/pkgs/development/tools/parsing/antlr/3.4.nix
@@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
       walk parse trees.
     '';
     homepage = http://www.antlr.org/;
-    platforms = platforms.linux;
+    platforms = platforms.linux ++ platforms.darwin;
   };
 }