guix-patches
[Top][All Lists]
Advanced

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

[bug#67962] [PATCH] gnu: shotwell: Fix build.


From: Sharlatan Hellseher
Subject: [bug#67962] [PATCH] gnu: shotwell: Fix build.
Date: Fri, 22 Dec 2023 03:00:48 +0000

* gnu/packages/gnome.scm (shotwell): Fix build.
[inputs]: Swap webkitgtk to webkitgtk-for-gtk3.

Change-Id: I457ed30f3bf6335c7dd88daf2132b4a8857d86c6
---
 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 @@ (define-public shotwell
            libwebp
            libxml2
            sqlite
-           webkitgtk))
+           webkitgtk-for-gtk3))
     (home-page "https://wiki.gnome.org/Apps/Shotwell";)
     (synopsis "Photo manager for GNOME 3")
     (description

base-commit: ca813173894360edef35a5d98878a3135e99e62a
-- 
2.41.0






reply via email to

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