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:
@@ -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 ''
|
||||
|
||||
Reference in New Issue
Block a user