This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch core-updates-frozen
in repository guix.
The following commit(s) were added to refs/heads/core-updates-frozen by this
push:
new 8ab799f gnu: gnome-boxes: Don’t use bundled libhandy.
8ab799f is described below
commit 8ab799faaba83100251bbdb17ac39d52c5cf6894
Author: Vivien Kraus <[email protected]>
AuthorDate: Wed Nov 10 09:52:11 2021 +0000
gnu: gnome-boxes: Don’t use bundled libhandy.
* gnu/packages/gnome.scm (gnome-boxes) [inputs]: Add libhandy.
Signed-off-by: Ricardo Wurmus <[email protected]>
---
gnu/packages/gnome.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fbcc84e..f903405 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11642,6 +11642,7 @@ integrate seamlessly with the GNOME desktop.")
("gtk-vnc" ,gtk-vnc)
("gtksourceview" ,gtksourceview)
("json-glib" ,json-glib)
+ ("libhandy" ,libhandy)
("libosinfo" ,libosinfo)
("libsecret" ,libsecret)
("libsoup" ,libsoup)