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,5 +1,5 @@
{stdenv, buildOcaml, fetchurl, ocaml, core, pa-ounit, pa-test,
bin-prot, comparelib, sexplib, rsync}:
{stdenv, buildOcaml, fetchurl, ocaml, core, pa_ounit, pa_test,
bin_prot, comparelib, sexplib, rsync}:
buildOcaml rec {
name = "re2";
@@ -15,8 +15,8 @@ buildOcaml rec {
then [./Makefile.patch ./myocamlbuild.patch]
else null;
buildInputs = [ pa-ounit pa-test rsync ];
propagatedBuildInputs = [ core bin-prot comparelib sexplib ];
buildInputs = [ pa_ounit pa_test rsync ];
propagatedBuildInputs = [ core bin_prot comparelib sexplib ];
hasSharedObjects = true;