mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
90697a216f
commit
4299b4cc88
3 changed files with 2 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue