gitinspector: add checkInputs

Related #32244
This commit is contained in:
Markus Hauck 2017-12-21 12:12:33 +01:00
parent f1da792425
commit aa22a5cdd4

View file

@ -11,6 +11,10 @@ python2Packages.buildPythonApplication rec {
name = name + "-src";
};
checkInputs = with python2Packages; [
unittest2
];
meta = with stdenv.lib; {
homepage = https://github.com/ejwa/gitinspector;
description = "Statistical analysis tool for git repositories";