Merge pull request #32934 from markus1189/gitinspector-fix

gitinspector: add `checkInputs`
This commit is contained in:
Frederik Rietdijk 2017-12-21 17:48:42 +00:00 committed by GitHub
commit dd575975cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";