summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-10-14 04:09:13 +0200
committerGitHub <noreply@github.com>2022-10-14 04:09:13 +0200
commitb4facda89598e67e5d6008275c1fec3d34cb6a5e (patch)
treed42f010a0f4f5614d9f0ccab7c21f7d37b68e241
parentae24d583aefba3220fe20f92adcf7b39bdacb5bb (diff)
parent3a1054bfd9c472c94587e88bc53985e8a198bbcd (diff)
Merge pull request #189505 from lorenzleutgeb/patch-4
-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