pythonPackages.cfgv: disable python2, abandoned
This commit is contained in:
parent
fe1a38a2e2
commit
3701913775
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
{ lib, buildPythonPackage, fetchPypi, six }:
|
||||
{ lib, buildPythonPackage, fetchPypi, isPy27, six }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cfgv";
|
||||
version = "3.1.0";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue