Commit cff4c912 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

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
parent e3395bce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ''