summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
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/top-level/ocaml-packages.nix
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/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index ab82597b9e58..708cb3748801 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -594,7 +594,7 @@ let
     janeStreet = import ../development/ocaml-modules/janestreet {
       inherit lib janePackage ocamlbuild ctypes cryptokit magic-mime;
       inherit ocaml-migrate-parsetree octavius ounit ppx_deriving re zarith;
-      openssl = pkgs.openssl;
+      inherit (pkgs) stdenv openssl;
     };
 
     js_build_tools = callPackage ../development/ocaml-modules/janestreet/js-build-tools.nix {};