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.

+1 -1
+1 -1
pkgs/development/ocaml-modules/ulex/default.nix
··· 26 homepage = http://www.cduce.org/download.html; 27 description = "A lexer generator for Unicode and OCaml"; 28 license = stdenv.lib.licenses.mit; 29 - platforms = stdenv.lib.platforms.linux; 30 maintainers = [ stdenv.lib.maintainers.roconnor ]; 31 }; 32 }
··· 26 homepage = http://www.cduce.org/download.html; 27 description = "A lexer generator for Unicode and OCaml"; 28 license = stdenv.lib.licenses.mit; 29 + platforms = ocaml.meta.platforms; 30 maintainers = [ stdenv.lib.maintainers.roconnor ]; 31 }; 32 }