gitinspector: use python2

This commit is contained in:
Frederik Rietdijk 2016-11-09 11:39:16 +01:00
parent 643b12221a
commit f1fbf04162

View File

@ -1,6 +1,6 @@
{ stdenv, fetchzip, pythonPackages}:
{ stdenv, fetchzip, python2Packages}:
pythonPackages.buildPythonApplication rec {
python2Packages.buildPythonApplication rec {
name = "gitinspector-${version}";
version = "0.4.4";
namePrefix = "";