guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

174/181: gnu: gnome-shell: Use libsoup 3 to fix tests.


From: guix-commits
Subject: 174/181: gnu: gnome-shell: Use libsoup 3 to fix tests.
Date: Tue, 13 Sep 2022 02:26:34 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 1ffeeac0c194342e72a6f2126e0cdef89fce4a5d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Sep 12 01:09:32 2022 -0400

    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 8be82a5dd8..b8ad99ed59 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]