mlkit: build on darwin
This commit is contained in:
parent
a2ce822382
commit
2ae7ba4434
1 changed files with 2 additions and 0 deletions
|
@ -18,7 +18,9 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Standard ML Compiler and Toolkit";
|
description = "Standard ML Compiler and Toolkit";
|
||||||
homepage = "https://elsman.com/mlkit/";
|
homepage = "https://elsman.com/mlkit/";
|
||||||
|
changelog = "https://github.com/melsman/mlkit/blob/v${version}/NEWS.md";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ athas ];
|
maintainers = with maintainers; [ athas ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue