diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-08-16 09:54:02 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-08-25 09:46:15 +0200 |
commit | 4299b4cc881deaadf908937cda1e9cbc48a40a38 (patch) | |
tree | ac1e562e45d0696aa8276d52f6d497023c5942cf /gnu/packages/gtk.scm | |
parent | 90697a216f178c494e35fffe06e78fe76741a440 (diff) | |
download | guix-4299b4cc881deaadf908937cda1e9cbc48a40a38.tar.gz guix-4299b4cc881deaadf908937cda1e9cbc48a40a38.zip |
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.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 04183fa806..01cb5cf4fc 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -652,7 +652,7 @@ printing and other features typical of a source code editor.") (list `(,glib "bin") ; for glib-genmarshal, etc. gettext-minimal gi-docgen - gobject-introspection-next + gobject-introspection pkg-config vala ;; For testing. |