gitinspector: use python2
This commit is contained in:
parent
643b12221a
commit
f1fbf04162
@ -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…
x
Reference in New Issue
Block a user