antlr: supports darwin

wip/yesman
Matthew Bauer 7 years ago
parent a708fd840f
commit b9c8a0182a
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3
  1. 2
      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;
};
}

Loading…
Cancel
Save