This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 625656410a gnu: Remove libhandy-0.0.
625656410a is described below
commit 625656410a0bac99c6a847fc1571a9a3095faa5b
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Aug 30 21:57:18 2026 +0900
gnu: Remove libhandy-0.0.
* gnu/packages/gnome.scm (libhandy-0.0): Delete variable.
---
gnu/packages/gnome.scm | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 53667b642c..d70d263ee1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12732,24 +12732,6 @@ interfaces for mobile devices using GTK+. It provides
responsive GTK+ widgets
for usage on small and big screens.")
(license license:lgpl2.1+)))
-(define-public libhandy-0.0
- (package
- (inherit libhandy)
- (version "0.0.13")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://gitlab.gnome.org/GNOME/libhandy")
- (commit (string-append "v" version))))
- (file-name (git-file-name "libhandy" version))
- (sha256
- (base32 "1y23k623sjkldfrdiwfarpchg5mg58smcy1pkgnwfwca15wm1ra5"))))
- (arguments
- (substitute-keyword-arguments arguments
- ((#:configure-flags flags)
- '(list "-Dglade_catalog=disabled" "-Dgtk_doc=true"))))))
-
(define-public libgit2-glib
(package
(name "libgit2-glib")