unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#51879: [PATCH] On core-updates-frozen, deja-dup does not build
@ 2021-11-15 21:34 Vivien Kraus via Bug reports for GNU Guix
  2021-11-16 10:28 ` Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Vivien Kraus via Bug reports for GNU Guix @ 2021-11-15 21:34 UTC (permalink / raw)
  To: 51879


[-- Attachment #1.1: Type: text/plain, Size: 86 bytes --]


Hi guix,

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

Best regards,

Vivien


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: Deja-dup requires libsoup2 --]
[-- Type: text/x-patch, Size: 851 bytes --]

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

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


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 658 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#51879: [PATCH] On core-updates-frozen, deja-dup does not build
  2021-11-15 21:34 bug#51879: [PATCH] On core-updates-frozen, deja-dup does not build Vivien Kraus via Bug reports for GNU Guix
@ 2021-11-16 10:28 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-11-16 10:28 UTC (permalink / raw)
  To: Vivien Kraus; +Cc: 51879-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as d05781c4bb6a1f058e7dbaaa40ebe327886bad2c.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-16 10:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-15 21:34 bug#51879: [PATCH] On core-updates-frozen, deja-dup does not build Vivien Kraus via Bug reports for GNU Guix
2021-11-16 10:28 ` Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).