1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

mlkit: build on darwin

This commit is contained in:
Mario Rodas 2021-08-22 02:28:46 -05:00
parent a2ce822382
commit 2ae7ba4434

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