Unverified Commit f8e3d1af authored by Alexis Hildebrandt's avatar Alexis Hildebrandt Committed by GitHub
Browse files

antlr: support darwin in 3.5 (#415942)

parents d8fc4316 ca41e891
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}