From f3e0dc63e18c4f4acce1b1d336d23a90beccb77a Mon Sep 17 00:00:00 2001 From: Leo Prikler Date: Sat, 19 Dec 2020 12:50:01 +0100 Subject: [PATCH] gnu: gnome-builder: Disable jedi plugin. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As pointed out in #45272, it is broken. * gnu/packages/gnome.scm (gnome-builder)[#:configure-flags] Add -Dplugin_jedi=false. Signed-off-by: Ludovic Courtès --- gnu/packages/gnome.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3d99b49ae2..f7263b5841 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11876,6 +11876,9 @@ (define-public gnome-builder "-Dplugin_clang=false" "-Dplugin_flatpak=false" "-Dplugin_glade=false" + ;; XXX: This one has been shown not to work in + ;; + "-Dplugin_jedi=false" ;; ... except this one. "-Dplugin_update_manager=false") #:phases