alloy: enable build on Darwin

This commit is contained in:
Lio李欧
2020-08-25 09:21:26 -07:00
committed by Lionello Lunesu
parent 0c7803f144
commit d7c8a477d0
+1 -1
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 ];
};
};