From cff4c91281546c2ecb7941e54a5ba7b1d700b97c Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Mon, 14 Apr 2025 00:18:07 +0200 Subject: [PATCH] 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 --- pkgs/by-name/os/ostree/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/os/ostree/package.nix b/pkgs/by-name/os/ostree/package.nix index 847c76b37d1c..5d01ed023a7e 100644 --- a/pkgs/by-name/os/ostree/package.nix +++ b/pkgs/by-name/os/ostree/package.nix @@ -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 ''