summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/caerbannog
diff options
context:
space:
mode:
authorChuang Zhu <git@chuang.cz>2022-10-21 17:42:07 +0800
committerChuang Zhu <git@chuang.cz>2022-10-21 17:42:07 +0800
commit63b25b50b9059cf0fe84a684e7f6b11c1528847c (patch)
treed3323ae47d2d26305eb5475d496bac1d7baffc62 /pkgs/applications/misc/caerbannog
parentb1b84ec7692678ada50b26ece5d038a1996215c2 (diff)
caerbannog: fix launching
Diffstat (limited to 'pkgs/applications/misc/caerbannog')
-rw-r--r--pkgs/applications/misc/caerbannog/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/misc/caerbannog/default.nix b/pkgs/applications/misc/caerbannog/default.nix
index 6f4558b868fa..833ecd32788d 100644
--- a/pkgs/applications/misc/caerbannog/default.nix
+++ b/pkgs/applications/misc/caerbannog/default.nix
@@ -7,6 +7,7 @@
, ninja
, pkg-config
, wrapGAppsHook
+, gtk3
, atk
, libhandy
, libnotify
@@ -35,6 +36,7 @@ python3.pkgs.buildPythonApplication rec {
];
buildInputs = [
+ gtk3
atk
gobject-introspection
libhandy