Commit ef0734e3 authored by Romanos Skiadas's avatar Romanos Skiadas
Browse files

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
parent cd6ef4b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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