[PATCH] On core-updates-frozen, deja-dup does not build

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 3 years ago
(address . bug-guix@gnu.org)
875yst3xxg.fsf@planete-kraus.eu
Hi guix,

deja-dup requires libsoup2 on core-updates-frozen.

Best regards,

Vivien
From c7900fe9eb83f7080008c094d095b9132c198180 Mon Sep 17 00:00:00 2001
From: Vivien Kraus <vivien@planete-kraus.eu>
Date: Mon, 15 Nov 2021 21:23:36 +0000
Subject: [PATCH] gnu: deja-dup: Use libsoup 2.

* gnu/packages/gnome.scm (deja-dup) [inputs]: Use libsoup 2.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fc84e5af1a..39ab43c90c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1859,7 +1859,7 @@ (define-public deja-dup
("libgpg-error" ,libgpg-error)
("libnotify" ,libnotify)
("libsecret" ,libsecret)
- ("libsoup" ,libsoup)
+ ("libsoup" ,libsoup-minimal-2)
("libhandy" ,libhandy)
("packagekit" ,packagekit)
("python" ,python)
--
2.33.1
-----BEGIN PGP SIGNATURE-----

iQGzBAEBCAAdFiEEq4yIHjMvkliPpwQnO7C8EjLYuCwFAmGS0nsACgkQO7C8EjLY
uCxUeQv/a2cUGaFwK6VdOeVHzIKO+jHAv4jobipoNC+KNwfP+/S7Kht4aejTmKzo
P+JIkdNqo5lcbHf7e+qNmn8vI6ylCF6Y5If27aToR8hlFzvS2+qOOZAgfXjI6g73
awMUwEyl2F6wAZP8jAfYYhXtMv8B7qNQ09I0ymeO/BXVi6IhZMy8g3STmfxBpmeC
eJFsFzXnOkQ87E6slfu37PvrXFWSrFSmNeolgwU4EuEqbdeT/xhiS/69IkwuZMjE
mX7uOrAs+QbdptUnom1zfbzQXu8vVi0qslE5hcKzkHgVvYNTZ9ejS4VN50ZHRSb8
AYJD/Me/i7d8Ajar9Gn1V1OkJLLOJVHWvoI9qDV5HKYrrXE/Czbe/iDOICLhfson
9euBZNI12M7e0ramY/29ttpoGlhFUWR6v8OkmYbdJDM3wvD76Pa2GLQ9zPfac4ud
97rWU5sf1Pv18d6ydGu6NjPawhrVarhCCAn/HsWxVtkrvjCftpRFYZpfEb/AY2WW
D8VPPsff
=QUCv
-----END PGP SIGNATURE-----

Guillaume Le Vaillant wrote 3 years ago
(name . Vivien Kraus)(address . vivien@planete-kraus.eu)(address . 51879-done@debbugs.gnu.org)
871r3ge6lp.fsf@kitej
Patch pushed as d05781c4bb6a1f058e7dbaaa40ebe327886bad2c.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYZOIEg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j/yXAD9HhZTRZlWYqzx9dkfyqWSJqG7rPVgt0ni6/+/
m80v7DsA/jlKv67DhYcAPzcwmRz8fX0ojkugf8K8hSDIrcGGFo12
=Yfyw
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 51879@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 51879
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help