Unverified Commit b9ab8657 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #210215 from kilianar/xdot-gtk

xdot: fix Gtk error
parents 976499bf 12c63ab0
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 = ''