~ruther/guix-local

1ffeeac0c194342e72a6f2126e0cdef89fce4a5d — Maxim Cournoyer 3 years ago f8ef02e
gnu: gnome-shell: Use libsoup 3 to fix tests.

* gnu/packages/gnome.scm (gnome-shell)[configure-flags]: Add -Dsoup2=false.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +2 -1
@@ 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)