about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/async
diff options
context:
space:
mode:
authorMatthew Maurer <matthew.r.maurer@gmail.com>2016-09-14 15:52:58 -0400
committerMatthew Maurer <matthew.r.maurer@gmail.com>2016-09-14 16:37:20 -0400
commit6f998593a9937027eee317a80a091a46b80bb9b4 (patch)
treeacdd2972e47d33f105c7b059ba89cad9f6c95762 /pkgs/development/ocaml-modules/async
parent284c2d8ef55c07c7f87910d0ec1bb2b2bc00fa87 (diff)
downloadnixlib-6f998593a9937027eee317a80a091a46b80bb9b4.tar
nixlib-6f998593a9937027eee317a80a091a46b80bb9b4.tar.gz
nixlib-6f998593a9937027eee317a80a091a46b80bb9b4.tar.bz2
nixlib-6f998593a9937027eee317a80a091a46b80bb9b4.tar.lz
nixlib-6f998593a9937027eee317a80a091a46b80bb9b4.tar.xz
nixlib-6f998593a9937027eee317a80a091a46b80bb9b4.tar.zst
nixlib-6f998593a9937027eee317a80a091a46b80bb9b4.zip
async_kernel: 112.24.00 -> 112.24.00/113.33.03
PPX/P4 split
Diffstat (limited to 'pkgs/development/ocaml-modules/async')
-rw-r--r--pkgs/development/ocaml-modules/async/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/async/default.nix b/pkgs/development/ocaml-modules/async/default.nix
index 2b84519036c7..2ddfc40b8f86 100644
--- a/pkgs/development/ocaml-modules/async/default.nix
+++ b/pkgs/development/ocaml-modules/async/default.nix
@@ -1,4 +1,4 @@
-{stdenv, buildOcaml, fetchurl, async_kernel,
+{stdenv, buildOcaml, fetchurl, async_kernel_p4,
  async_unix, async_extra, pa_ounit}:
 
 buildOcaml rec {
@@ -12,7 +12,7 @@ buildOcaml rec {
     sha256 = "ecc4ca939ab098e689332921b110dbaacd06d9f8d8bf697023dfff3ca37dc1e9";
   };
 
-  propagatedBuildInputs = [ async_kernel async_unix async_extra pa_ounit ];
+  propagatedBuildInputs = [ async_kernel_p4 async_unix async_extra pa_ounit ];
 
   meta = with stdenv.lib; {
     homepage = https://github.com/janestreet/async;