mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 04:48:38 +00:00
parent
f1da792425
commit
aa22a5cdd4
@ -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