aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/async
diff options
context:
space:
mode:
authorMatthew Maurer <matthew.r.maurer@gmail.com>2016-09-14 16:18:43 -0400
committerMatthew Maurer <matthew.r.maurer@gmail.com>2016-09-14 16:37:21 -0400
commit32367919c4e8dad0983034a1bb716e709267fd75 (patch)
tree5a28dcdd8e28166906facb214a46d021739d07be /pkgs/development/ocaml-modules/async
parent1de9488674a330f61cb6beac300e23564c16d5aa (diff)
async_extra: 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 f9d263c40ce..498315f9cbf 100644
--- a/pkgs/development/ocaml-modules/async/default.nix
+++ b/pkgs/development/ocaml-modules/async/default.nix
@@ -1,5 +1,5 @@
{stdenv, buildOcaml, fetchurl, async_kernel_p4,
- async_unix_p4, async_extra, pa_ounit}:
+ async_unix_p4, async_extra_p4, pa_ounit}:
buildOcaml rec {
name = "async";
@@ -12,7 +12,7 @@ buildOcaml rec {
sha256 = "ecc4ca939ab098e689332921b110dbaacd06d9f8d8bf697023dfff3ca37dc1e9";
};
- propagatedBuildInputs = [ async_kernel_p4 async_unix_p4 async_extra pa_ounit ];
+ propagatedBuildInputs = [ async_kernel_p4 async_unix_p4 async_extra_p4 pa_ounit ];
meta = with stdenv.lib; {
homepage = https://github.com/janestreet/async;