From 028f6b3b625fa6602392b3ca2114fa95d73567a5 Mon Sep 17 00:00:00 2001 From: Matthew Maurer Date: Wed, 1 Jul 2015 19:19:04 +0000 Subject: [PATCH] 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. --- pkgs/development/ocaml-modules/ulex/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/ulex/default.nix b/pkgs/development/ocaml-modules/ulex/default.nix index 7c8acafe769..61c52278621 100644 --- a/pkgs/development/ocaml-modules/ulex/default.nix +++ b/pkgs/development/ocaml-modules/ulex/default.nix @@ -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 ]; }; }