Add libguestfs to list of OCaml packages.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 18 Feb 2015 12:32:27 +0000 (12:32 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 18 Feb 2015 12:32:27 +0000 (12:32 +0000)
fedora_ocaml_rebuild.ml

index bc02617..fed826d 100644 (file)
@@ -44,7 +44,7 @@ let source_packages =
            "cduce"; "frama-c"; "gappalib-coq"; "graphviz"; "hevea"; "hivex";
            "js-of-ocaml"; "llvm"; "plplot"; "virt-top"; "why3";
            "flocq" (* no OCaml code, but needs to be rebuilt after Coq *);
-           "guestfs-browser";
+           "guestfs-browser"; "libguestfs";
            "virt-dmesg" ]
 
 (* Dependencies of each package.  (pkg, [deps ...]) *)