ocamlPackages.markup: 0.7.4 -> 0.7.5
This commit is contained in:
parent
166536e152
commit
746d9d1b7b
@ -2,19 +2,19 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "markup";
|
pname = "markup";
|
||||||
version = "0.7.4";
|
version = "0.7.5";
|
||||||
name = "ocaml${ocaml.version}-${pname}-${version}";
|
name = "ocaml${ocaml.version}-${pname}-${version}";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "http://github.com/aantron/markup.ml/archive/${version}.tar.gz";
|
url = "http://github.com/aantron/markup.ml/archive/${version}.tar.gz";
|
||||||
sha256 = "1hchlqzsy9pax91gcdmxzakfm22fbvhxzwyzpvz8fqkx4372zs37";
|
sha256 = "09qm73m6c6wjh51w61vnfsnis37m28cf1r6hnkr3bbg903ahwbp5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ocamlbuild ];
|
buildInputs = [ ocaml findlib ocamlbuild lwt ];
|
||||||
|
|
||||||
installPhase = "make ocamlfind-install";
|
installPhase = "make ocamlfind-install";
|
||||||
|
|
||||||
propagatedBuildInputs = [uutf lwt];
|
propagatedBuildInputs = [ uutf ];
|
||||||
|
|
||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
|
|
||||||
|
@ -369,7 +369,7 @@ let
|
|||||||
|
|
||||||
magick = callPackage ../development/ocaml-modules/magick { };
|
magick = callPackage ../development/ocaml-modules/magick { };
|
||||||
|
|
||||||
markup = callPackage ../development/ocaml-modules/markup { lwt = lwt2; };
|
markup = callPackage ../development/ocaml-modules/markup { lwt = ocaml_lwt; };
|
||||||
|
|
||||||
menhir = callPackage ../development/ocaml-modules/menhir { };
|
menhir = callPackage ../development/ocaml-modules/menhir { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user