From 55865e0997d14f6c0d67c31c7f635e126e09cdb7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 17 Aug 2014 21:58:04 +0100 Subject: [PATCH] Remove block on ocaml-lwt, add guestfs-browser. --- fedora_ocaml_rebuild.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index c167834..a74388c 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -25,7 +25,6 @@ let yum_repo = "koji-rawhide" let blocked = [ "ocaml-omake"; (* build failure (warnings) *) "ocaml-pa-do"; (* build failure, complex *) - "ocaml-lwt"; (* build failure on 4.02.0 *) "ocaml-preludeml"; (* build failure *) "frama-c"; (* build failure *) "gappalib-coq"; (* build failure in configure script *) @@ -49,7 +48,8 @@ let source_packages = dirs @ [ "alt-ergo"; "apron"; "brltty"; "coccinelle"; "coq"; "cduce"; "frama-c"; "gappalib-coq"; "graphviz"; "hevea"; "hivex"; "js-of-ocaml"; "llvm"; "plplot"; "virt-top"; "why3"; "xen"; - "flocq" (* no OCaml code, but needs to be rebuilt after Coq *) ] + "flocq" (* no OCaml code, but needs to be rebuilt after Coq *); + "guestfs-browser" ] (* Dependencies of each package. (pkg, [deps ...]) *) let pkg_deps = dependencies branch source_packages -- 1.8.3.1