about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAaron L. Zeng <me@bcc32.com>2022-03-28 02:40:08 -0400
committerVincent Laporte <vbgl@users.noreply.github.com>2022-03-28 21:41:36 +0200
commitf37810ba4ddb9fe77022bb868429a273f6a1d0e2 (patch)
treefcf98b6fd98f72e50395b2986e2312b49641d43a /pkgs
parent95c6e2717769f2cd7869c6de4ed821f40f826b56 (diff)
downloadnixlib-f37810ba4ddb9fe77022bb868429a273f6a1d0e2.tar
nixlib-f37810ba4ddb9fe77022bb868429a273f6a1d0e2.tar.gz
nixlib-f37810ba4ddb9fe77022bb868429a273f6a1d0e2.tar.bz2
nixlib-f37810ba4ddb9fe77022bb868429a273f6a1d0e2.tar.lz
nixlib-f37810ba4ddb9fe77022bb868429a273f6a1d0e2.tar.xz
nixlib-f37810ba4ddb9fe77022bb868429a273f6a1d0e2.tar.zst
nixlib-f37810ba4ddb9fe77022bb868429a273f6a1d0e2.zip
ocamlPackages.core_unix: init at 0.14
This is a compatibility package for a soon-to-come breaking change in
Jane Street package layout.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/0.14.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/0.14.nix b/pkgs/development/ocaml-modules/janestreet/0.14.nix
index 2f9aeea1d628..800b1c1e531a 100644
--- a/pkgs/development/ocaml-modules/janestreet/0.14.nix
+++ b/pkgs/development/ocaml-modules/janestreet/0.14.nix
@@ -241,6 +241,13 @@ with self;
     doCheck = false; # we don't have quickcheck_deprecated
   };
 
+  core_unix = janePackage {
+    pname = "core_unix";
+    hash = "0irfmpx6iksxk2r8mdizjn75h71qh4p2f1s9x2ggckzqj9y904ck";
+    meta.description = "Unix-specific portions of Core";
+    propagatedBuildInputs = [ core ];
+  };
+
   csvfields = janePackage {
     pname = "csvfields";
     hash = "09jmz6y6nwd96dcx6g8ydicxssi72v1ks276phbc9n19wwg9hkaz";