Merge pull request #210215 from kilianar/xdot-gtk

xdot: fix Gtk error
This commit is contained in:
Nick Cao
2023-01-20 15:03:05 +08:00
committed by GitHub
@@ -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 = ''