guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#68307] [PATCH] gnu: Remove gobject-introspection-next.


From: Liliana Marie Prikler
Subject: [bug#68307] [PATCH] gnu: Remove gobject-introspection-next.
Date: Sun, 7 Jan 2024 17:35:21 +0100

Our gobject-introspection is already newer.

* gnu/packages/glib.scm (gobject-introspection-next): Delete variable.
* gnu/packages/gtk.scm (gtksourceview)[native-inputs]: Use
gobject-introspection instead.
---
 gnu/packages/glib.scm | 17 -----------------
 gnu/packages/gtk.scm  |  2 +-
 2 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 7b8cc3286d..d5d0b77352 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -672,23 +672,6 @@ (define gobject-introspection
       ;; For tools.
       license:gpl2+))))
 
-(define-public gobject-introspection-next
-  (package
-    (inherit gobject-introspection)
-    (name "gobject-introspection")
-    (version "1.73.1")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/"
-                                  "gobject-introspection/" 
(version-major+minor version)
-                                  "/gobject-introspection-" version ".tar.xz"))
-              (sha256
-               (base32 "1gkbx32as3v2286w7k3j24fwhkxj6brr49881m2zavxamfwxdm34"))
-              (patches (search-patches
-                        "gobject-introspection-cc-1.72.patch"
-                        "gobject-introspection-girepository.patch"
-                        
"gobject-introspection-absolute-shlib-path-1.72.patch"))))))
-
 (define intltool
   (package
     (name "intltool")
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 8b4fe7d681..f88ab930d5 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -626,7 +626,7 @@ (define-public gtksourceview
      (list `(,glib "bin")               ; for glib-genmarshal, etc.
            gettext-minimal
            gi-docgen
-           gobject-introspection-next
+           gobject-introspection
            pkg-config
            vala
            ;; For testing.

base-commit: 1cd97066c2dc84c6e538cfa63820e18f6c12a414
prerequisite-patch-id: e8b6782eaa5783cfc6ed74633ca8bfca5fd22715
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]