[PATCH] gnu: shotwell: Fix build.

  • Done
  • quality assurance status badge
Details
2 participants
  • Mathieu Othacehe
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Sharlatan Hellseher
Severity
normal

Debbugs page

Sharlatan Hellseher wrote 1 years ago
(address . guix-patches@gnu.org)(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)
081003247a9cdc744d2fd120248c0b60a16318bd.1703214021.git.sharlatanus@gmail.com
* 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(-)

Toggle diff (17 lines)
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
Mathieu Othacehe wrote 1 years ago
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)
87cyuufdoo.fsf@gnu.org
Toggle quote (3 lines)
> * gnu/packages/gnome.scm (shotwell): Fix build.
> [inputs]: Swap webkitgtk to webkitgtk-for-gtk3.

Applied, thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67962@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67962
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help