about summary refs log tree commit diff
path: root/pkgs/applications/graphics/curtail/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/curtail/default.nix')
-rw-r--r--pkgs/applications/graphics/curtail/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/curtail/default.nix b/pkgs/applications/graphics/curtail/default.nix
index 118703afc60e4..7e6b253360ab1 100644
--- a/pkgs/applications/graphics/curtail/default.nix
+++ b/pkgs/applications/graphics/curtail/default.nix
@@ -37,18 +37,16 @@ python3.pkgs.buildPythonApplication rec {
     meson
     ninja
     pkg-config
+    gobject-introspection
   ];
 
   propagatedBuildInputs = [
     appstream-glib
     python3.pkgs.pygobject3
-    gobject-introspection
     gettext
+    gtk3
   ];
 
-  # Currently still required for the gobject-introspection setup hook
-  strictDeps = false;
-
   preInstall = ''
     patchShebangs ../build-aux/meson/postinstall.py
   '';