Merge pull request #32934 from markus1189/gitinspector-fix
gitinspector: add `checkInputs`
This commit is contained in:
commit
dd575975cb
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user