Skip to content

Commit

Permalink
antlr4: enable more platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Oct 10, 2017
1 parent 0b5fc7f commit b9d276b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/parsing/antlr/4.7.nix
Expand Up @@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
walk parse trees.
'';
homepage = http://www.antlr.org/;
platforms = platforms.linux;
platforms = platforms.unix;
};
}

0 comments on commit b9d276b

Please sign in to comment.