1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: Drop gobject-introspection 1.73.1.

The actual gobject-introspection has been newer than its "next" variant for
some while.

* gnu/packages/glib.scm (gobject-introspection-next): Remove variable.
* gnu/packages/gtk.scm (gtksourceview)[native-inputs]: Replace
gobject-introspection-next with gobject-introspection.
* gnu/packages/guile-xyz.scm (guile-g-golf)[native-inputs]: Likewise.
This commit is contained in:
Liliana Marie Prikler 2024-08-16 09:54:02 +02:00
parent 90697a216f
commit 4299b4cc88
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87
3 changed files with 2 additions and 19 deletions

View file

@ -2517,7 +2517,7 @@ capabilities.")
clutter
xorg-server-for-tests))
(propagated-inputs
(list gobject-introspection-next))
(list gobject-introspection))
(home-page "https://www.gnu.org/software/g-golf/")
(synopsis "Guile bindings for GObject Introspection")
(description