Commit ca41e891 authored by Pavel Kalugin's avatar Pavel Kalugin
Browse files

Support darwin in antlr 3.5

parent 761b86aa
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 ];
  };
}