Merge pull request #135218 from marsam/mlkit-darwin

mlkit: build on darwin
This commit is contained in:
Mario Rodas 2021-08-22 04:00:32 -05:00 committed by GitHub
commit 658cad9799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}