commit
b9ab86572a
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue