summary refs log tree commit diff
path: root/pkgs/development/python-modules/gaphas/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/gaphas/default.nix')
-rw-r--r--pkgs/development/python-modules/gaphas/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/gaphas/default.nix b/pkgs/development/python-modules/gaphas/default.nix
index ec57bfd114d..52428bc3c4e 100644
--- a/pkgs/development/python-modules/gaphas/default.nix
+++ b/pkgs/development/python-modules/gaphas/default.nix
@@ -24,10 +24,10 @@ buildPythonPackage rec {
 
   nativeBuildInputs = [
     poetry-core
+    gobject-introspection
   ];
 
   buildInputs = [
-    gobject-introspection
     gtk3
   ];