sexplib: rename from ocaml_sexplib to sexplib

There really isn't any need for it to be named ocaml_sexplib
This commit is contained in:
Eric Merritt 2015-05-24 10:14:14 -07:00
parent cac000d73a
commit ea0d507935
2 changed files with 6 additions and 10 deletions

View File

@ -1,4 +1,4 @@
{ocaml, findlib, stdenv, fetchurl, ocaml_sexplib}:
{ocaml, findlib, stdenv, fetchurl, sexplib}:
assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "3.12";
stdenv.mkDerivation {
name = "ocaml-ipaddr-2.5.0";
@ -9,7 +9,7 @@ stdenv.mkDerivation {
};
buildInputs = [ocaml findlib];
propagatedBuildInputs = [ocaml_sexplib];
propagatedBuildInputs = [sexplib];
createFindlibDestdir = true;

View File

@ -4118,7 +4118,6 @@ let
cstruct = callPackage ../development/ocaml-modules/cstruct {
lwt = ocaml_lwt;
sexplib = ocaml_sexplib;
};
csv = callPackage ../development/ocaml-modules/csv { };
@ -4141,7 +4140,6 @@ let
ezjsonm = callPackage ../development/ocaml-modules/ezjsonm {
lwt = ocaml_lwt;
sexplib = ocaml_sexplib;
};
fieldslib = callPackage ../development/ocaml-modules/fieldslib { };
@ -4307,7 +4305,7 @@ let
sexplib_111_25_00 = callPackage ../development/ocaml-modules/sexplib/111.25.00.nix { };
sexplib_112_24_01 = callPackage ../development/ocaml-modules/sexplib/112.24.01.nix { };
ocaml_sexplib =
sexplib =
if lib.versionOlder "4.02" ocaml_version
then sexplib_112_24_01
else if lib.versionOlder "4.00" ocaml_version
@ -4349,9 +4347,7 @@ let
uucp = callPackage ../development/ocaml-modules/uucp { };
uunf = callPackage ../development/ocaml-modules/uunf { };
uri = callPackage ../development/ocaml-modules/uri {
sexplib = ocaml_sexplib;
};
uri = callPackage ../development/ocaml-modules/uri { };
uuseg = callPackage ../development/ocaml-modules/uuseg { };
uutf = callPackage ../development/ocaml-modules/uutf { };