pythonPackages.xdis: disable python2
This commit is contained in:
parent
f0aa1ffa7b
commit
27654139b5
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildPythonPackage, fetchFromGitHub
|
||||
{ lib, buildPythonPackage, fetchFromGitHub, isPy27
|
||||
, click
|
||||
, pytest
|
||||
, six
|
||||
|
@ -7,6 +7,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "xdis";
|
||||
version = "4.0.4";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rocky";
|
||||
|
|
Loading…
Reference in a new issue