Merge pull request #197047 from chuangzhu/fix-caerbannog

caerbannog: fix launching
This commit is contained in:
Bobby Rong 2022-10-24 17:06:21 +08:00 committed by GitHub
commit 22d37140ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
, ninja , ninja
, pkg-config , pkg-config
, wrapGAppsHook , wrapGAppsHook
, gtk3
, atk , atk
, libhandy , libhandy
, libnotify , libnotify
@ -35,6 +36,7 @@ python3.pkgs.buildPythonApplication rec {
]; ];
buildInputs = [ buildInputs = [
gtk3
atk atk
gobject-introspection gobject-introspection
libhandy libhandy