gnu: gnome-shell: Use libsoup 3 to fix tests.
* gnu/packages/gnome.scm (gnome-shell)[configure-flags]: Add -Dsoup2=false.
This commit is contained in:
parent
f8ef02ec76
commit
1ffeeac0c1
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue