about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/async_ssl
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_ssl
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_ssl')
-rw-r--r--pkgs/development/ocaml-modules/async_ssl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/async_ssl/default.nix b/pkgs/development/ocaml-modules/async_ssl/default.nix
index 527d56ceaa01..cc4f5ba32c9f 100644
--- a/pkgs/development/ocaml-modules/async_ssl/default.nix
+++ b/pkgs/development/ocaml-modules/async_ssl/default.nix
@@ -1,5 +1,5 @@
 {stdenv, buildOcaml, fetchurl, async, comparelib, core, ctypes, openssl,
- fieldslib, herelib, pa_bench, pa_ounit, pipebang, pa_test, sexplib}:
+ fieldslib_p4, herelib, pa_bench, pa_ounit, pipebang, pa_test, sexplib}:
 
 buildOcaml rec {
   name = "async_ssl";
@@ -13,7 +13,7 @@ buildOcaml rec {
   };
 
   buildInputs = [ pa_bench pa_test ];
-  propagatedBuildInputs = [ ctypes async comparelib core fieldslib pa_ounit
+  propagatedBuildInputs = [ ctypes async comparelib core fieldslib_p4 pa_ounit
                             herelib pipebang sexplib openssl ];
 
   meta = with stdenv.lib; {