summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/async_unix
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_unix
parentb0c76ca173e9a1d8daf7778df3097afc0164aebb (diff)
downloadnixpkgs-3eb02d9f386576790ba6d8544779aa3b980e972f.tar
nixpkgs-3eb02d9f386576790ba6d8544779aa3b980e972f.tar.gz
nixpkgs-3eb02d9f386576790ba6d8544779aa3b980e972f.tar.bz2
nixpkgs-3eb02d9f386576790ba6d8544779aa3b980e972f.tar.lz
nixpkgs-3eb02d9f386576790ba6d8544779aa3b980e972f.tar.xz
nixpkgs-3eb02d9f386576790ba6d8544779aa3b980e972f.tar.zst
nixpkgs-3eb02d9f386576790ba6d8544779aa3b980e972f.zip
fieldslib: 109.20.03 -> 109.20.03/113.33.03
PPX/P4 legacy split
Diffstat (limited to 'pkgs/development/ocaml-modules/async_unix')
-rw-r--r--pkgs/development/ocaml-modules/async_unix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/async_unix/default.nix b/pkgs/development/ocaml-modules/async_unix/default.nix
index 81fbd6a9918..11965f3f35f 100644
--- a/pkgs/development/ocaml-modules/async_unix/default.nix
+++ b/pkgs/development/ocaml-modules/async_unix/default.nix
@@ -1,5 +1,5 @@
 {stdenv, buildOcaml, fetchurl, async_kernel,
- bin_prot, comparelib, core, fieldslib, herelib, pa_ounit,
+ bin_prot, comparelib, core, fieldslib_p4, herelib, pa_ounit,
  pipebang, pa_test, sexplib}:
 
 buildOcaml rec {
@@ -16,7 +16,7 @@ buildOcaml rec {
   hasSharedObjects = true;
   buildInputs = [ pa_ounit ];
   propagatedBuildInputs = [ async_kernel core bin_prot comparelib
-                            fieldslib herelib pipebang pa_test sexplib ];
+                            fieldslib_p4 herelib pipebang pa_test sexplib ];
 
    meta = with stdenv.lib; {
     homepage = https://github.com/janestreet/async_unix;