Skip to content

Commit 9719df6

Browse files
bobby285271amaxine
authored andcommitted
xdg-desktop-portal: Add missing gobject-introspection
This is needed to find GLib typelib: ImportError: cannot import name GLib, introspection typelib not found
1 parent 4076034 commit 9719df6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • pkgs/development/libraries/xdg-desktop-portal

pkgs/development/libraries/xdg-desktop-portal/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
, pipewire
2121
, gdk-pixbuf
2222
, librsvg
23+
, gobject-introspection
2324
, python3
2425
, pkg-config
2526
, stdenv
@@ -97,6 +98,7 @@ stdenv.mkDerivation (finalAttrs: {
9798
];
9899

99100
nativeCheckInputs = [
101+
gobject-introspection
100102
python3.pkgs.pytest
101103
python3.pkgs.python-dbusmock
102104
python3.pkgs.pygobject3

0 commit comments

Comments
 (0)