xdg-desktop-portal: Add missing gobject-introspection

This is needed to find GLib typelib:
ImportError: cannot import name GLib, introspection typelib not found
This commit is contained in:
Bobby Rong
2024-04-22 21:11:13 +02:00
committed by Maxine Aubrey
parent 4076034b1e
commit 9719df6297
@@ -20,6 +20,7 @@
, pipewire
, gdk-pixbuf
, librsvg
, gobject-introspection
, python3
, pkg-config
, stdenv
@@ -97,6 +98,7 @@ stdenv.mkDerivation (finalAttrs: {
];
nativeCheckInputs = [
gobject-introspection
python3.pkgs.pytest
python3.pkgs.python-dbusmock
python3.pkgs.pygobject3