guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit bfa6002f9fda9cbbd6fb2285fe61c5c6a182d4d3
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Dec 27 22:39:27 2025 +0100
gnu: Remove gfbgraph.
* gnu/packages/gnome.scm (gfbgraph): Delete variable.
---
gnu/packages/gnome.scm | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index cb07d92270..5ddc34d4df 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10934,36 +10934,6 @@ compiled.")
(home-page "https://wiki.gnome.org/Projects/Folks")
(license license:lgpl2.1+)))
-(define-public gfbgraph
- (package
- (name "gfbgraph")
- (version "0.2.5")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "mirror://gnome/sources/gfbgraph/"
- (version-major+minor version) "/"
- "gfbgraph-" version ".tar.xz"))
- (sha256
- (base32
- "1qq3cryhby50xms8zh4s6fmw5p0i7dpg1wvsz5ni78cbyyrq3cww"))))
- (build-system glib-or-gtk-build-system)
- (arguments
- `(#:configure-flags '("--disable-static")))
- (native-inputs
- (list gobject-introspection
- gtk-doc/stable
- pkg-config))
- (inputs
- (list gnome-online-accounts
- json-glib
- librest))
- (synopsis "GLib/GObject wrapper for the Facebook API")
- (description "This library allows you to use the Facebook API from
-GLib/GObject code.")
- (home-page "https://wiki.gnome.org/Projects/GFBGraph")
- (license license:lgpl2.1+)))
-
(define-public libgnomekbd
(package
(name "libgnomekbd")