summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-08-22 04:00:32 -0500
committerGitHub <noreply@github.com>2021-08-22 04:00:32 -0500
commit658cad9799ec6044832d0141a5134a38c4cb7f02 (patch)
treedf437a4ffa73b68b8beacbe6bfbe9ed295a9e0b5
parent093cf40f3f040f9d6e6f6cc04906f34908bc7777 (diff)
parent2ae7ba4434f060b56cf64ed02c8eabce6103f4c0 (diff)
Merge pull request #135218 from marsam/mlkit-darwin
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 ];
};
}