From 13d858413cba036637c94dcc3efd7ddc7fc4a778 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 16 Jul 2022 00:00:54 +0200 Subject: gnu: gobject-introspection: Update to 1.72.0. * gnu/packages/glib.scm (gobject-introspection): Update to 1.72.0. * gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch, gnu/packages/patches/gobject-introspection-cc.patch: Rebase. --- gnu/packages/patches/gobject-introspection-cc.patch | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gnu/packages/patches/gobject-introspection-cc.patch') diff --git a/gnu/packages/patches/gobject-introspection-cc.patch b/gnu/packages/patches/gobject-introspection-cc.patch index 748a1a0a89..d3b1df82af 100644 --- a/gnu/packages/patches/gobject-introspection-cc.patch +++ b/gnu/packages/patches/gobject-introspection-cc.patch @@ -1,9 +1,5 @@ Use gcc as the default C compiler if CC is not set. ---- - giscanner/__init__.py | 2 ++ - 1 file changed, 2 insertions(+) - diff --git a/giscanner/__init__.py b/giscanner/__init__.py index 7c2f365a..607fe341 100644 --- a/giscanner/__init__.py @@ -17,6 +13,3 @@ index 7c2f365a..607fe341 100644 try: from ._version import __version__ except ImportError: --- -2.33.0 - -- cgit v1.2.3