summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-08-22 02:28:46 -0500
committerMario Rodas <marsam@users.noreply.github.com>2021-08-22 02:28:46 -0500
commit2ae7ba4434f060b56cf64ed02c8eabce6103f4c0 (patch)
tree1eb2313a59ed4eed66570461f928e197e22347f3
parenta2ce82238290589a2a9ab267bc0ef5030c4bce9c (diff)
mlkit: build on darwin
-rw-r--r--pkgs/development/compilers/mlkit/default.nix2
1 files changed, 2 insertions, 0 deletions
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 ];
};
}