From 3a1054bfd9c472c94587e88bc53985e8a198bbcd Mon Sep 17 00:00:00 2001 From: Lorenz Leutgeb Date: Fri, 2 Sep 2022 22:00:55 +0200 Subject: ulauncher: fix gobject-introspection Attempt to fix #188846 by doing the same as in #188350 --- pkgs/applications/misc/ulauncher/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/misc/ulauncher') diff --git a/pkgs/applications/misc/ulauncher/default.nix b/pkgs/applications/misc/ulauncher/default.nix index 63a8b485df533..491dd28435a9b 100644 --- a/pkgs/applications/misc/ulauncher/default.nix +++ b/pkgs/applications/misc/ulauncher/default.nix @@ -31,6 +31,7 @@ python3Packages.buildPythonApplication rec { nativeBuildInputs = with python3Packages; [ distutils_extra + gobject-introspection intltool wrapGAppsHook gdk-pixbuf @@ -40,7 +41,6 @@ python3Packages.buildPythonApplication rec { gdk-pixbuf glib gnome.adwaita-icon-theme - gobject-introspection gtk3 keybinder3 libappindicator -- cgit 1.4.1