python3Packages.mozfile: fix build

This commit is contained in:
Jonathan Ringer 2020-06-25 21:49:50 -07:00
parent 4fa38d591c
commit ab7625d93e

View File

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, isPy27
, six
}:
@ -14,7 +13,7 @@ buildPythonPackage rec {
sha256 = "e5dc835582ea150e35ecd57e9d86cb707d3aa3b2505679db7332326dd49fd6b8";
};
propagatedBuildInputs = lib.optional isPy27 six;
propagatedBuildInputs = [ six ];
# mozhttpd -> moznetwork -> mozinfo -> mozfile
doCheck = false;