summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/odn
diff options
context:
space:
mode:
authorEric Merritt <eric@afiniate.com>2015-05-24 10:45:01 -0700
committerEric Merritt <eric@afiniate.com>2015-05-24 12:32:45 -0700
commit8751d1ea1a43d877ebce2b57b2ce2f1bb1087593 (patch)
treeca4fa32a5a3672335b409402e1363e2c306b9184 /pkgs/development/ocaml-modules/odn
parent82e098fd9319fe4e23c98819972fa3a0206442bf (diff)
downloadnixpkgs-8751d1ea1a43d877ebce2b57b2ce2f1bb1087593.tar
nixpkgs-8751d1ea1a43d877ebce2b57b2ce2f1bb1087593.tar.gz
nixpkgs-8751d1ea1a43d877ebce2b57b2ce2f1bb1087593.tar.bz2
nixpkgs-8751d1ea1a43d877ebce2b57b2ce2f1bb1087593.tar.lz
nixpkgs-8751d1ea1a43d877ebce2b57b2ce2f1bb1087593.tar.xz
nixpkgs-8751d1ea1a43d877ebce2b57b2ce2f1bb1087593.tar.zst
nixpkgs-8751d1ea1a43d877ebce2b57b2ce2f1bb1087593.zip
rename ocaml_typeconv to type_conv
The actual name of the package is type_conv
(https://github.com/janestreet/type_conv). Having it named
ocaml_typeconv adds a verbosity that isn't required and actually makes
the package harder to find.
Diffstat (limited to 'pkgs/development/ocaml-modules/odn')
-rw-r--r--pkgs/development/ocaml-modules/odn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/odn/default.nix b/pkgs/development/ocaml-modules/odn/default.nix
index bfffb67d4b0..eaeb7e7b22f 100644
--- a/pkgs/development/ocaml-modules/odn/default.nix
+++ b/pkgs/development/ocaml-modules/odn/default.nix
@@ -1,4 +1,4 @@
-{stdenv, fetchurl, ocaml, findlib, ocaml_typeconv, ounit, camlp4}:
+{stdenv, fetchurl, ocaml, findlib, type_conv, ounit, camlp4}:
 
 stdenv.mkDerivation {
   name = "ocaml-data-notation-0.0.11";
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
     sha256 = "09a8zdyifpc2nl4hdvg9206142y31cq95ajgij011s1qcg3z93lj";
   };
 
-  buildInputs = [ocaml findlib ocaml_typeconv ounit camlp4];
+  buildInputs = [ocaml findlib type_conv ounit camlp4];
 
   createFindlibDestdir = true;