diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-10-09 14:37:46 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:52:03 +0100 |
| commit | 2e5e126f41516b2334a01cde124249ce4e179c79 (patch) | |
| tree | d41c876458c4b3ac60e859f7068f82da3b0c4271 /gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch | |
| parent | 9265c30c43cc5020a35425f2bdb0fdc8e0a593c3 (diff) | |
gnu: gobject-introspection: Update to 1.86.0.
* gnu/packages/glib.scm (gobject-introspection-minimal): Update to 1.86.0.
* gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch: Adjust
accordingly.
Diffstat (limited to 'gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch')
| -rw-r--r-- | gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch b/gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch index 8bb86467c08..fe049703ee8 100644 --- a/gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch +++ b/gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch @@ -51,10 +51,10 @@ index 1d39ab84..e12ed24e 100644 def _get_option_parser(): parser = optparse.OptionParser('%prog [options] sources', version='%prog ' + giscanner.__version__) -@@ -220,6 +253,10 @@ match the namespace prefix.""") - parser.add_option("", "--compiler", - action="store", dest="compiler", default=None, - help="the C compiler to use internally") +@@ -225,6 +258,10 @@ match the namespace prefix.""") + help=("name of the documentation format used in the project, " + "should be one of gi-docgen, gtk-doc-docbook, " + "gtk-doc-markdown or hotdoc")) + parser.add_option("", "--fallback-library-path", + action="store", dest="fallback_libpath", + default=_get_default_fallback_libpath(), |
