let other-packages = [
"alt-ergo", "apron", "brltty",
"graphviz", "hevea", "hivex",
- "libguestfs", "libnbd", "nbdkit",
+ "libguestfs", "libnbd",
"opam",
"plplot",
"virt-top", "virt-v2v",
# Coccinelle uses -unsafe-string.
# "coccinelle",
+
+ # Causes a cyclic dependency between libnbd <-> nbdkit. We need
+ # to fix this in goals itself, but in the meantime disable nbdkit
+ # and build it by hand.
+ # "nbdkit",
]
+
pure function get-source-packages () returning strings = {
cd %fedora-dir
for f in ocaml* %other-packages; do