pythonPackages.xdis: disable python2
This commit is contained in:
parent
f0aa1ffa7b
commit
27654139b5
@ -1,4 +1,4 @@
|
|||||||
{ lib, buildPythonPackage, fetchFromGitHub
|
{ lib, buildPythonPackage, fetchFromGitHub, isPy27
|
||||||
, click
|
, click
|
||||||
, pytest
|
, pytest
|
||||||
, six
|
, six
|
||||||
@ -7,6 +7,7 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "xdis";
|
pname = "xdis";
|
||||||
version = "4.0.4";
|
version = "4.0.4";
|
||||||
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rocky";
|
owner = "rocky";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user