gitinspector: use python2
This commit is contained in:
parent
643b12221a
commit
f1fbf04162
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchzip, pythonPackages}:
|
||||
{ stdenv, fetchzip, python2Packages}:
|
||||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
python2Packages.buildPythonApplication rec {
|
||||
name = "gitinspector-${version}";
|
||||
version = "0.4.4";
|
||||
namePrefix = "";
|
||||
|
|
Loading…
Reference in a new issue