about summary refs log tree commit diff
path: root/pkgs/applications/misc/ulauncher
diff options
context:
space:
mode:
authorLorenz Leutgeb <lorenz@falsum.org>2022-09-02 22:00:55 +0200
committerGitHub <noreply@github.com>2022-09-02 22:00:55 +0200
commit3a1054bfd9c472c94587e88bc53985e8a198bbcd (patch)
tree6d7ab90dd3dce3c47f94e0f96ad325a3ccf371d0 /pkgs/applications/misc/ulauncher
parent162b38410d85a3135c436e1e9ed44cb5ee6bd549 (diff)
ulauncher: fix gobject-introspection
Attempt to fix #188846 by doing the same as in #188350
Diffstat (limited to 'pkgs/applications/misc/ulauncher')
-rw-r--r--pkgs/applications/misc/ulauncher/default.nix2
1 files changed, 1 insertions, 1 deletions
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