We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761b86a commit ca41e89Copy full SHA for ca41e89
1 file changed
pkgs/development/tools/parsing/antlr/3.5.nix
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
54
homepage = "https://www.antlr.org/";
55
sourceProvenance = with sourceTypes; [ binaryBytecode ];
56
license = licenses.bsd3;
57
- platforms = platforms.linux;
+ platforms = platforms.linux ++ platforms.darwin;
58
maintainers = [ lib.maintainers.workflow ];
59
};
60
}
0 commit comments