Support darwin in antlr 3.5
This commit is contained in:
parent
761b86aa44
commit
ca41e89139
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://www.antlr.org/";
|
homepage = "https://www.antlr.org/";
|
||||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = [ lib.maintainers.workflow ];
|
maintainers = [ lib.maintainers.workflow ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user