summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/core_kernel
diff options
context:
space:
mode:
authorMatthew Maurer <matthew.r.maurer@gmail.com>2016-09-13 20:21:56 -0400
committerMatthew Maurer <matthew.r.maurer@gmail.com>2016-09-14 02:35:48 -0400
commitfc4b5786cd185ca255ac41d27dc4bcf292ba6aa7 (patch)
treebe40a0a44a619e395ccf193367f0d0100a187eb9 /pkgs/development/ocaml-modules/core_kernel
parent3eb02d9f386576790ba6d8544779aa3b980e972f (diff)
downloadnixlib-fc4b5786cd185ca255ac41d27dc4bcf292ba6aa7.tar
nixlib-fc4b5786cd185ca255ac41d27dc4bcf292ba6aa7.tar.gz
nixlib-fc4b5786cd185ca255ac41d27dc4bcf292ba6aa7.tar.bz2
nixlib-fc4b5786cd185ca255ac41d27dc4bcf292ba6aa7.tar.lz
nixlib-fc4b5786cd185ca255ac41d27dc4bcf292ba6aa7.tar.xz
nixlib-fc4b5786cd185ca255ac41d27dc4bcf292ba6aa7.tar.zst
nixlib-fc4b5786cd185ca255ac41d27dc4bcf292ba6aa7.zip
sexplib: 112.24.01 -> 112.24.01/113.33.03
PPX/P4 split
Diffstat (limited to 'pkgs/development/ocaml-modules/core_kernel')
-rw-r--r--pkgs/development/ocaml-modules/core_kernel/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/core_kernel/default.nix b/pkgs/development/ocaml-modules/core_kernel/default.nix
index 9be9f578026c..5e36a97aeb6b 100644
--- a/pkgs/development/ocaml-modules/core_kernel/default.nix
+++ b/pkgs/development/ocaml-modules/core_kernel/default.nix
@@ -1,7 +1,7 @@
 {stdenv, buildOcaml, fetchurl, type_conv,
  bin_prot, comparelib, custom_printf, enumerate,
  fieldslib_p4, herelib, pa_bench, pa_test, pa_ounit,
- pipebang, sexplib, typerep_p4, variantslib}:
+ pipebang, sexplib_p4, typerep_p4, variantslib}:
 
 buildOcaml rec {
   name = "core_kernel";
@@ -18,7 +18,7 @@ buildOcaml rec {
 
   buildInputs = [ pa_test pa_ounit ];
   propagatedBuildInputs = [ type_conv pa_bench bin_prot comparelib custom_printf
-                            enumerate fieldslib_p4 herelib pipebang sexplib
+                            enumerate fieldslib_p4 herelib pipebang sexplib_p4
                             typerep_p4 variantslib ];
 
   meta = with stdenv.lib; {