From 5c2a2e179c5eab5843ceef580022f85a46f9e561 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Thu, 26 Mar 2026 23:13:40 +0100 Subject: [PATCH] gnu: libsoup-minimal: Make tests deterministic. * gnu/packages/gnome.scm (libsoup-minimal): Make tests deterministic. [arguments]<#:parallel-tests?>: Set to #f. [home-page]: Update URL. Fixes: guix/guix#7508. Merges: https://codeberg.org/guix/guix/pulls/7511 Change-Id: Ia30f8594455f50b9df26988933622af313b3c0d8 Reviewed-by: Liliana Marie Prikler Signed-off-by: Sharlatan Hellseher --- 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 ca623e9491..326df88c16 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4912,6 +4912,7 @@ as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps.") (arguments (list #:configure-flags #~(list "-Ddocs=disabled") + #:parallel-tests? #f ;hsts-db-test might hang otherwise. #:phases #~(modify-phases %standard-phases (add-after 'unpack 'adjust-tests @@ -4953,7 +4954,7 @@ as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps.") zlib)) (inputs (list samba/pinned)) ; For ntlm_auth support - (home-page "https://wiki.gnome.org/Projects/libsoup") + (home-page "https://libsoup.gnome.org") (synopsis "GLib-based HTTP Library") (description "LibSoup is an HTTP client/server library for GNOME. It uses GObjects