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