diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-16 00:00:54 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-07-16 23:25:19 +0200 |
commit | 13d858413cba036637c94dcc3efd7ddc7fc4a778 (patch) | |
tree | d16c126c281c3ef0da3a6afd0358be729ec1da8e /gnu/packages/patches/gobject-introspection-cc.patch | |
parent | 413888ffeac8261ed9551e5e8cb34e19e7c1e157 (diff) | |
download | guix-13d858413cba036637c94dcc3efd7ddc7fc4a778.tar.gz |
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.
Diffstat (limited to 'gnu/packages/patches/gobject-introspection-cc.patch')
-rw-r--r-- | gnu/packages/patches/gobject-introspection-cc.patch | 7 |
1 files changed, 0 insertions, 7 deletions
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 - |