antlr: support darwin in 3.5 (#415942)

This commit is contained in:
Alexis Hildebrandt
2025-07-08 16:28:24 +02:00
committed by GitHub
+1 -1
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 ];
};
}