Revert "ocaml-modules: fix naming: "_" -> "-""

This commit is contained in:
ts468
2015-09-06 21:15:10 +02:00
parent a9dab9df61
commit 054be41e04
36 changed files with 130 additions and 156 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, ocaml, findlib, type-conv, camlp4 }:
{ stdenv, fetchurl, ocaml, findlib, type_conv, camlp4 }:
assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "4.00";
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
};
buildInputs = [ ocaml findlib ];
propagatedBuildInputs = [ type-conv camlp4 ];
propagatedBuildInputs = [ type_conv camlp4 ];
createFindlibDestdir = true;