libratbag: fix ratbagctl typelib error

`ImportError: cannot import name Gio, introspection typelib not found`

(cherry picked from commit e8f703ab9b)
This commit is contained in:
Artturin 2024-06-02 21:11:33 +03:00 committed by github-actions[bot]
parent 08f0cdd284
commit a6bd4de8b1

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config
{ lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config, wrapGAppsNoGuiHook, gobject-introspection
, glib, systemd, udev, libevdev, gitMinimal, check, valgrind, swig, python3
, json-glib, libunistring }:
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
meson ninja pkg-config gitMinimal swig check valgrind
meson ninja pkg-config gitMinimal swig check valgrind wrapGAppsNoGuiHook gobject-introspection
];
buildInputs = [