fix: gapps3

This commit is contained in:
Kat Inskip 2025-12-04 05:10:49 -08:00
parent c887727049
commit fcbf702ab3
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -9,7 +9,7 @@
setuptools,
feh,
dbus-python,
wrapGAppsHook,
wrapGAppsHook3,
}: let
pyproject = builtins.fromTOML (builtins.readFile ./pyproject.toml);
poetryBlock = pyproject.tool.poetry;
@ -29,7 +29,7 @@ in
doCheck = false;
nativeBuildInputs = [
wrapGAppsHook
wrapGAppsHook3
gobject-introspection
];