mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #135218 from marsam/mlkit-darwin
mlkit: build on darwin
This commit is contained in:
commit
658cad9799
1 changed files with 2 additions and 0 deletions
|
@ -18,7 +18,9 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "Standard ML Compiler and Toolkit";
|
||||
homepage = "https://elsman.com/mlkit/";
|
||||
changelog = "https://github.com/melsman/mlkit/blob/v${version}/NEWS.md";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ athas ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue