summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-05-31 07:45:28 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-06-05 05:45:59 +0000
commit68eb2c2379826ea8ada3403e737fefcb963a1e4a (patch)
tree3fbdf7104f2fd2f3107d4a1c912e5e9500b8c7ef /pkgs/development/ocaml-modules/janestreet
parente6550cb5c19599d7016bab488f94e8f59d0c924c (diff)
downloadnixlib-68eb2c2379826ea8ada3403e737fefcb963a1e4a.tar
nixlib-68eb2c2379826ea8ada3403e737fefcb963a1e4a.tar.gz
nixlib-68eb2c2379826ea8ada3403e737fefcb963a1e4a.tar.bz2
nixlib-68eb2c2379826ea8ada3403e737fefcb963a1e4a.tar.lz
nixlib-68eb2c2379826ea8ada3403e737fefcb963a1e4a.tar.xz
nixlib-68eb2c2379826ea8ada3403e737fefcb963a1e4a.tar.zst
nixlib-68eb2c2379826ea8ada3403e737fefcb963a1e4a.zip
ocamlPackages.re2: mark broken on darwin
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/default.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/default.nix b/pkgs/development/ocaml-modules/janestreet/default.nix
index 98a303e2a676..d6acbaa71422 100644
--- a/pkgs/development/ocaml-modules/janestreet/default.nix
+++ b/pkgs/development/ocaml-modules/janestreet/default.nix
@@ -1,4 +1,4 @@
-{ lib, janePackage, ocamlbuild, cryptokit, ctypes, magic-mime,
+{ stdenv, lib, janePackage, ocamlbuild, cryptokit, ctypes, magic-mime,
   ocaml-migrate-parsetree, octavius, ounit, ppx_deriving, re, zarith,
   openssl }:
 
@@ -328,7 +328,7 @@ rec {
     propagatedBuildInputs = [ core_kernel ];
     meta = {
       description = "OCaml bindings for RE2";
-      platforms = lib.platforms.linux;
+      broken = stdenv.isDarwin;
     };
   };
 
@@ -348,7 +348,6 @@ rec {
     '';
     meta = {
       description = "Jane Street Capital's standard library overlay";
-      inherit (re2.meta) platforms;
     };
   };
 
@@ -416,7 +415,6 @@ rec {
     propagatedBuildInputs = [ core_extended async ];
     meta = {
       description = "Shell helpers for Async";
-      inherit (core_extended.meta) platforms;
     };
   };
 
@@ -479,7 +477,6 @@ rec {
     propagatedBuildInputs = [ core_extended ];
     meta = {
       description = "Micro-benchmarking library for OCaml";
-      inherit (core_extended.meta) platforms;
     };
   };
 
@@ -489,7 +486,6 @@ rec {
     propagatedBuildInputs = [ core_extended ];
     meta = {
       description = "Profiling library";
-      inherit (core_extended.meta) platforms;
     };
   };
 
@@ -513,7 +509,6 @@ rec {
     propagatedBuildInputs = [ async core_extended cryptokit magic-mime ounit ];
     meta = {
       description = "E-mail message parser";
-      inherit (core_extended.meta) platforms;
     };
   };