diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-12-22 03:00:48 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2023-12-25 17:44:47 +0100 |
commit | f21e732e0d8e355add363f7c7e28532d4c9c9ed5 (patch) | |
tree | cb8ff88aa0d1d8948354e3b0f0c482700ec44219 /gnu | |
parent | 7287b520eb7de9b65b764d9f5b19ca80b58c5006 (diff) | |
download | guix-f21e732e0d8e355add363f7c7e28532d4c9c9ed5.tar guix-f21e732e0d8e355add363f7c7e28532d4c9c9ed5.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |