Clan-app: devshell add schemas for gtk4; gsettings

This commit is contained in:
Johannes Kirschbauer
2024-07-24 15:17:21 +02:00
parent ae04beee97
commit edd290e314
2 changed files with 9 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
setuptools,
copyDesktopItems,
pygobject3,
wrapGAppsHook,
wrapGAppsHook4,
gtk4,
adwaita-icon-theme,
pygobject-stubs,
@@ -84,7 +84,7 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = [
setuptools
copyDesktopItems
wrapGAppsHook
wrapGAppsHook4
gobject-introspection
];