mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 04:19:19 -08:00
fix: gapps3
This commit is contained in:
parent
c887727049
commit
fcbf702ab3
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
setuptools,
|
setuptools,
|
||||||
feh,
|
feh,
|
||||||
dbus-python,
|
dbus-python,
|
||||||
wrapGAppsHook,
|
wrapGAppsHook3,
|
||||||
}: let
|
}: let
|
||||||
pyproject = builtins.fromTOML (builtins.readFile ./pyproject.toml);
|
pyproject = builtins.fromTOML (builtins.readFile ./pyproject.toml);
|
||||||
poetryBlock = pyproject.tool.poetry;
|
poetryBlock = pyproject.tool.poetry;
|
||||||
|
|
@ -29,7 +29,7 @@ in
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
wrapGAppsHook
|
wrapGAppsHook3
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue