[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: cambalache: Fix buld.
From: |
guix-commits |
Subject: |
branch master updated: gnu: cambalache: Fix buld. |
Date: |
Sun, 21 Jan 2024 18:31:40 -0500 |
This is an automated email from the git hooks/post-receive script.
sharlatan pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 17e0b03824 gnu: cambalache: Fix buld.
17e0b03824 is described below
commit 17e0b03824209ec2dc291d51f42d8c67e13122d6
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jan 21 23:20:28 2024 +0000
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
---
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 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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: cambalache: Fix buld.,
guix-commits <=