guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: shotwell: Fix build.


From: guix-commits
Subject: 06/07: gnu: shotwell: Fix build.
Date: Mon, 25 Dec 2023 11:49:25 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit f21e732e0d8e355add363f7c7e28532d4c9c9ed5
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Dec 22 03:00:48 2023 +0000

    gnu: shotwell: Fix build.
    
    * gnu/packages/gnome.scm (shotwell): Fix build.
    [inputs]: Swap webkitgtk to webkitgtk-for-gtk3.
    
    Change-Id: I457ed30f3bf6335c7dd88daf2132b4a8857d86c6
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 b0417b2df9..89a1c45883 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7562,7 +7562,7 @@ metadata in photo and video files of various formats.")
            libwebp
            libxml2
            sqlite
-           webkitgtk))
+           webkitgtk-for-gtk3))
     (home-page "https://wiki.gnome.org/Apps/Shotwell";)
     (synopsis "Photo manager for GNOME 3")
     (description



reply via email to

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