Archived
1
0
Fork 0

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:
Maxim Cournoyer 2022-09-12 01:09:32 -04:00
parent f8ef02ec76
commit 1ffeeac0c1
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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)