summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/sexplib/112.24.01.nix
diff options
context:
space:
mode:
authorts468 <ts468@users.noreply.github.com>2015-09-06 21:15:10 +0200
committerts468 <ts468@users.noreply.github.com>2015-09-06 21:15:10 +0200
commit054be41e04e2f583433c8d69f73f63389aec7f77 (patch)
tree57b99067b9535540280af72c31b134d8ba8e1589 /pkgs/development/ocaml-modules/sexplib/112.24.01.nix
parenta9dab9df6110f6f5c8300c4408c845d8176539bd (diff)
downloadnixpkgs-054be41e04e2f583433c8d69f73f63389aec7f77.tar
nixpkgs-054be41e04e2f583433c8d69f73f63389aec7f77.tar.gz
nixpkgs-054be41e04e2f583433c8d69f73f63389aec7f77.tar.bz2
nixpkgs-054be41e04e2f583433c8d69f73f63389aec7f77.tar.lz
nixpkgs-054be41e04e2f583433c8d69f73f63389aec7f77.tar.xz
nixpkgs-054be41e04e2f583433c8d69f73f63389aec7f77.tar.zst
nixpkgs-054be41e04e2f583433c8d69f73f63389aec7f77.zip
Revert "ocaml-modules: fix naming: "_" -> "-""
Diffstat (limited to 'pkgs/development/ocaml-modules/sexplib/112.24.01.nix')
-rw-r--r--pkgs/development/ocaml-modules/sexplib/112.24.01.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/sexplib/112.24.01.nix b/pkgs/development/ocaml-modules/sexplib/112.24.01.nix
index 31ef738b3a2..b63b5af05e8 100644
--- a/pkgs/development/ocaml-modules/sexplib/112.24.01.nix
+++ b/pkgs/development/ocaml-modules/sexplib/112.24.01.nix
@@ -1,4 +1,4 @@
-{stdenv, buildOcaml, fetchurl, type-conv, camlp4}:
+{stdenv, buildOcaml, fetchurl, type_conv, camlp4}:
 
 buildOcaml rec {
   minimumSupportedOcamlVersion = "4.02";
@@ -10,7 +10,7 @@ buildOcaml rec {
     sha256 = "5f776aee295cc51c952aecd4b74b52dd2b850c665cc25b3d69bc42014d3ba073";
   };
 
-  propagatedBuildInputs = [ type-conv camlp4 ];
+  propagatedBuildInputs = [ type_conv camlp4 ];
 
   meta = with stdenv.lib; {
     homepage = https://ocaml.janestreet.com/;