Merge pull request #96216 from lionello/patch-3

Allow alloy on Darwin
This commit is contained in:
Daniël de Kok
2020-08-25 19:13:09 +02:00
committed by GitHub

View File

@@ -44,7 +44,7 @@ let generic = { major, version, src }:
homepage = "http://alloytools.org/";
downloadPage = "http://alloytools.org/download.html";
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ notbandali ];
};
};