diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-21 23:20:28 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-21 23:30:20 +0000 |
commit | 17e0b03824209ec2dc291d51f42d8c67e13122d6 (patch) | |
tree | 957f019d2701111545237c3fbffc7eaabe4aee17 /gnu/packages/gnome.scm | |
parent | 9e9c1613ddfb6147a59aaff85bfe3ee6b98da61c (diff) |
gnu: cambalache: Fix buld.
As seen in http://ci.guix.gnu.org/build/3338535/log/raw.
* gnu/packages/gnome.scm (cambalache): Fix build.
[inputs]: Swap duplicated webkitgtk to webkitgtk-for-gtk3.
Change-Id: I9604159d3aa343e0bcb539cfade520ddd97cb489
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 b43e533769..6f22529dd7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3397,7 +3397,7 @@ compiles to GTKBuilder XML.") python-pycairo python-pygobject python-lxml - webkitgtk + webkitgtk-for-gtk3 webkitgtk)) (native-inputs (list `(,glib "bin") |