about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/async_kernel
diff options
context:
space:
mode:
authorMatthew Maurer <matthew.r.maurer@gmail.com>2016-09-13 19:58:42 -0400
committerMatthew Maurer <matthew.r.maurer@gmail.com>2016-09-14 02:35:32 -0400
commit3eb02d9f386576790ba6d8544779aa3b980e972f (patch)
treee5a9160c15feaaf46de2b0299f05b54c47701d52 /pkgs/development/ocaml-modules/async_kernel
parentb0c76ca173e9a1d8daf7778df3097afc0164aebb (diff)
downloadnixlib-3eb02d9f386576790ba6d8544779aa3b980e972f.tar
nixlib-3eb02d9f386576790ba6d8544779aa3b980e972f.tar.gz
nixlib-3eb02d9f386576790ba6d8544779aa3b980e972f.tar.bz2
nixlib-3eb02d9f386576790ba6d8544779aa3b980e972f.tar.lz
nixlib-3eb02d9f386576790ba6d8544779aa3b980e972f.tar.xz
nixlib-3eb02d9f386576790ba6d8544779aa3b980e972f.tar.zst
nixlib-3eb02d9f386576790ba6d8544779aa3b980e972f.zip
fieldslib: 109.20.03 -> 109.20.03/113.33.03
PPX/P4 legacy split
Diffstat (limited to 'pkgs/development/ocaml-modules/async_kernel')
-rw-r--r--pkgs/development/ocaml-modules/async_kernel/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/async_kernel/default.nix b/pkgs/development/ocaml-modules/async_kernel/default.nix
index 8c0d8d7c851e..f850e4612960 100644
--- a/pkgs/development/ocaml-modules/async_kernel/default.nix
+++ b/pkgs/development/ocaml-modules/async_kernel/default.nix
@@ -1,5 +1,5 @@
 {stdenv, buildOcaml, fetchurl, core_kernel,
- bin_prot, fieldslib, pa_ounit, pa_test,
+ bin_prot, fieldslib_p4, pa_ounit, pa_test,
  sexplib, herelib}:
 
 buildOcaml rec {
@@ -14,7 +14,7 @@ buildOcaml rec {
   };
 
   buildInputs = [ pa_test pa_ounit ];
-  propagatedBuildInputs = [ core_kernel bin_prot fieldslib herelib sexplib ];
+  propagatedBuildInputs = [ core_kernel bin_prot fieldslib_p4 herelib sexplib ];
 
   meta = with stdenv.lib; {
     homepage = https://github.com/janestreet/async_kernel;