Support darwin in antlr 3.5

This commit is contained in:
Pavel Kalugin 2025-06-11 23:04:47 +03:00
parent 761b86aa44
commit ca41e89139

View File

@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.antlr.org/";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.bsd3;
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
maintainers = [ lib.maintainers.workflow ];
};
}