ostree.tests.installedTests: Fix after glib GIR files moved to glib

gobject-introspection 1.79 no longer ships GIR files for GLib since GLib 2.79 started generating them on its own:
https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/433

That resulted in the following error:

    JS ERROR: Error: Requiring GLib, version 2.0: Typelib file for namespace 'GLib', version '2.0' not found
This commit is contained in:
Jan Tojnar
2025-04-14 09:16:32 +02:00
parent e3395bceab
commit cff4c91281
+1 -1
View File
@@ -158,7 +158,7 @@ stdenv.mkDerivation (finalAttrs: {
let
typelibPath = lib.makeSearchPath "/lib/girepository-1.0" [
(placeholder "out")
gobject-introspection
glib.out
];
in
lib.optionalString withIntrospection ''