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,
|
||||
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
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue