mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
ocamlPackages.markup: 0.7.4 -> 0.7.5
This commit is contained in:
parent
166536e152
commit
746d9d1b7b
@ -2,19 +2,19 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "markup";
|
||||
version = "0.7.4";
|
||||
version = "0.7.5";
|
||||
name = "ocaml${ocaml.version}-${pname}-${version}";
|
||||
|
||||
src = fetchzip {
|
||||
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";
|
||||
|
||||
propagatedBuildInputs = [uutf lwt];
|
||||
|
||||
propagatedBuildInputs = [ uutf ];
|
||||
|
||||
createFindlibDestdir = true;
|
||||
|
||||
|
@ -369,7 +369,7 @@ let
|
||||
|
||||
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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user