Commit 12c63ab0 authored by kilianar's avatar kilianar
Browse files

xdot: fix Gtk error

Move gobject-introspection to nativeBuildInputs to fix the fallowing
runtime error:

ValueError: Namespace Gtk not available
parent ce1aa296
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@ buildPythonPackage rec {
  };

  disabled = !isPy3k;
  nativeBuildInputs = [ wrapGAppsHook ];
  propagatedBuildInputs = [ gobject-introspection pygobject3 graphviz gtk3 numpy ];
  nativeBuildInputs = [ gobject-introspection wrapGAppsHook ];
  propagatedBuildInputs = [ pygobject3 graphviz gtk3 numpy ];
  checkInputs = [ xvfb-run ];

  postInstall = ''