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

View File

@@ -1,4 +1,4 @@
{stdenv, fetchurl, ocaml, findlib, ocaml-data-notation, type-conv, camlp4,
{stdenv, fetchurl, ocaml, findlib, ocaml_data_notation, type_conv, camlp4,
ocamlmod, ocamlify, ounit, expect}:
stdenv.mkDerivation {
@@ -13,10 +13,10 @@ stdenv.mkDerivation {
buildInputs =
[
ocaml findlib type-conv ocamlmod ocamlify ounit camlp4
ocaml findlib type_conv ocamlmod ocamlify ounit camlp4
];
propagatedBuildInputs = [ ocaml-data-notation ];
propagatedBuildInputs = [ ocaml_data_notation ];
configurePhase = "ocaml setup.ml -configure --prefix $out";
buildPhase = "ocaml setup.ml -build";