Skip to content

Commit

Permalink
ocamlPackages.markup: 0.7.4 -> 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Dec 10, 2017
1 parent 166536e commit 746d9d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/ocaml-modules/markup/default.nix
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/ocaml-packages.nix
Expand Up @@ -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 { };

Expand Down

0 comments on commit 746d9d1

Please sign in to comment.