From ca41e89139cdb7c4acbebe72228a3389de549620 Mon Sep 17 00:00:00 2001 From: Pavel Kalugin Date: Wed, 11 Jun 2025 23:04:47 +0300 Subject: [PATCH] Support darwin in antlr 3.5 --- pkgs/development/tools/parsing/antlr/3.5.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/parsing/antlr/3.5.nix b/pkgs/development/tools/parsing/antlr/3.5.nix index 86141bec484a..f0804a2e6868 100644 --- a/pkgs/development/tools/parsing/antlr/3.5.nix +++ b/pkgs/development/tools/parsing/antlr/3.5.nix @@ -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 ]; }; }