about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/sternenseemann/saneterm/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/sternenseemann/saneterm/default.nix b/pkgs/sternenseemann/saneterm/default.nix
index ea4d4521..493ec97f 100644
--- a/pkgs/sternenseemann/saneterm/default.nix
+++ b/pkgs/sternenseemann/saneterm/default.nix
@@ -19,6 +19,7 @@ buildPythonApplication {
 
   nativeBuildInputs = [
     makeWrapper
+    gobject-introspection
   ];
 
   propagatedBuildInputs = [
@@ -27,11 +28,6 @@ buildPythonApplication {
 
   buildInputs = [
     gtk3
-    gobject-introspection
-  ];
-
-  checkInputs = [
-    gobject-introspection # need the setup hook here as well
   ];
 
   postInstall = ''