Skip to content

Commit f8e3d1a

Browse files
authored
antlr: support darwin in 3.5 (#415942)
2 parents d8fc431 + ca41e89 commit f8e3d1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pkgs/development/tools/parsing/antlr

pkgs/development/tools/parsing/antlr/3.5.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
5454
homepage = "https://www.antlr.org/";
5555
sourceProvenance = with sourceTypes; [ binaryBytecode ];
5656
license = licenses.bsd3;
57-
platforms = platforms.linux;
57+
platforms = platforms.linux ++ platforms.darwin;
5858
maintainers = [ lib.maintainers.workflow ];
5959
};
6060
}

0 commit comments

Comments
 (0)