[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates-frozen updated: gnu: shotwell: Build with libsoup 2.
From: |
guix-commits |
Subject: |
branch core-updates-frozen updated: gnu: shotwell: Build with libsoup 2. |
Date: |
Wed, 24 Nov 2021 17:45:23 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch core-updates-frozen
in repository guix.
The following commit(s) were added to refs/heads/core-updates-frozen by this
push:
new 5ee8a1d gnu: shotwell: Build with libsoup 2.
5ee8a1d is described below
commit 5ee8a1d1e338072de9cbbb25aa07fd7976469c9c
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Nov 24 17:42:26 2021 -0500
gnu: shotwell: Build with libsoup 2.
* gnu/packages/gnome.scm (shotwell)[inputs]: Remove libsoup@3. Replace
webkitgtk with webkitgtk-with-libsoup2.
---
gnu/packages/gnome.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 492cebd..9580ba6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7210,10 +7210,9 @@ metadata in photo and video files of various formats.")
("libgphoto2" ,libgphoto2)
("libgudev" ,libgudev)
("libraw" ,libraw)
- ("libsoup" ,libsoup)
("libxml2" ,libxml2)
("sqlite" ,sqlite)
- ("webkitgtk" ,webkitgtk)))
+ ("webkitgtk" ,webkitgtk-with-libsoup2)))
(home-page "https://wiki.gnome.org/Apps/Shotwell")
(synopsis "Photo manager for GNOME 3")
(description
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates-frozen updated: gnu: shotwell: Build with libsoup 2.,
guix-commits <=