From 6639ef17a6f2b79823363db6c0d006189ea38e29 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 26 Feb 2020 17:25:13 +0000 Subject: [PATCH] Disable plplot, still FTBFS. --- Goalfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Goalfile b/Goalfile index 3bd6c85..1c87a5e 100644 --- a/Goalfile +++ b/Goalfile @@ -28,7 +28,6 @@ let other-packages = [ "graphviz", "hevea", "hivex", "libguestfs", "libnbd", "opam", - "plplot", "virt-top", "virt-v2v", "z3", @@ -48,6 +47,9 @@ let other-packages = [ # to fix this in goals itself, but in the meantime disable nbdkit # and build it by hand. # "nbdkit", + + # https://bugzilla.redhat.com/show_bug.cgi?id=1797853 + # "plplot", ] pure function get-source-packages () returning strings = { -- 1.8.3.1