diff mbox series

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

Message ID 081003247a9cdc744d2fd120248c0b60a16318bd.1703214021.git.sharlatanus@gmail.com
State New
Headers show
Series [bug#67962] gnu: shotwell: Fix build. | expand

Commit Message

Sharlatan Hellseher Dec. 22, 2023, 3 a.m. UTC
* 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(-)


base-commit: ca813173894360edef35a5d98878a3135e99e62a

Comments

Mathieu Othacehe Dec. 25, 2023, 4:29 p.m. UTC | #1
> * gnu/packages/gnome.scm (shotwell): Fix build.
> [inputs]: Swap webkitgtk to webkitgtk-for-gtk3.

Applied, thanks,

Mathieu
diff mbox series

Patch

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