ulex: enable mac building

I've tested that ulex builds (and works) on OSX, and see no reason
it would not do so on other platforms, so I'm lifting the linux
restriction in platforms.
This commit is contained in:
Matthew Maurer 2015-07-01 19:19:04 +00:00
parent 03dbba9757
commit 028f6b3b62

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation {
homepage = http://www.cduce.org/download.html;
description = "A lexer generator for Unicode and OCaml";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux;
platforms = ocaml.meta.platforms;
maintainers = [ stdenv.lib.maintainers.roconnor ];
};
}