pythonPackages.xdot: fix wrapper

This commit is contained in:
Franz Pletz 2017-02-23 16:05:24 +01:00
parent 4905c1c54f
commit a689c7c792
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -27464,13 +27464,9 @@ EOF
sha256 = "1q0f3pskb09saw1qkd2s6vmk80rq5zjhq8l93dfr2x6r04r0q46j";
};
nativeBuildInputs = with pkgs; [ wrapGAppsHook ];
propagatedBuildInputs = with self; [ pkgs.gobjectIntrospection pygobject3 pkgs.graphviz pkgs.gnome3.gtk ];
preFixup = ''
wrapProgram "$out/bin/"* \
--prefix GI_TYPELIB_PATH : "$GI_TYPELIB_PATH"
'';
meta = {
description = "xdot.py is an interactive viewer for graphs written in Graphviz's dot";
homepage = https://github.com/jrfonseca/xdot.py;