alloy: enable build on Darwin
This commit is contained in:
parent
0c7803f144
commit
d7c8a477d0
@ -44,7 +44,7 @@ let generic = { major, version, src }:
|
|||||||
homepage = "http://alloytools.org/";
|
homepage = "http://alloytools.org/";
|
||||||
downloadPage = "http://alloytools.org/download.html";
|
downloadPage = "http://alloytools.org/download.html";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ notbandali ];
|
maintainers = with maintainers; [ notbandali ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user