From 1ffeeac0c194342e72a6f2126e0cdef89fce4a5d Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 12 Sep 2022 01:09:32 -0400 Subject: [PATCH] gnu: gnome-shell: Use libsoup 3 to fix tests. * gnu/packages/gnome.scm (gnome-shell)[configure-flags]: Add -Dsoup2=false. --- gnu/packages/gnome.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8be82a5dd87abec24afe61770bea81e2a2095d10..b8ad99ed59bfd316f1a1ac66119a6da5688b38aa 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9015,7 +9015,8 @@ properties, screen resolution, and other GNOME parameters.") #~(list "-Dsystemd=false" ;; Otherwise, the RUNPATH will lack the final path component. (string-append "-Dc_link_args=-Wl,-rpath=" - #$output "/lib/gnome-shell")) + #$output "/lib/gnome-shell") + "-Dsoup2=false") #:modules '((guix build meson-build-system) (guix build utils) (ice-9 match)