caffeine-ng: Fix startup
Without this caffeine throws ValueError: Namespace Gtk not available This is the same as https://github.com/NixOS/nixpkgs/pull/184567/files
This commit is contained in:
parent
cd6ef4b63f
commit
ef0734e34a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ in buildPythonApplication rec {
|
|||
sha256 = "sha256-umIjXJ0et6Pi5Ejj96Q+ZhiKS+yj7bsgb4uQW6Ym6rU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ wrapGAppsHook glib setuptools-scm ];
|
||||
nativeBuildInputs = [ wrapGAppsHook glib gobject-introspection setuptools-scm ];
|
||||
|
||||
buildInputs = [
|
||||
libappindicator-gtk3
|
||||
|
|
Loading…
Reference in a new issue