From 2ae7ba4434f060b56cf64ed02c8eabce6103f4c0 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 22 Aug 2021 02:28:46 -0500 Subject: [PATCH] mlkit: build on darwin --- pkgs/development/compilers/mlkit/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/compilers/mlkit/default.nix b/pkgs/development/compilers/mlkit/default.nix index 1769b31b5a5c..77d2fe6cac9d 100644 --- a/pkgs/development/compilers/mlkit/default.nix +++ b/pkgs/development/compilers/mlkit/default.nix @@ -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 ]; }; }