cx_Freeze: disable python2.7

This commit is contained in:
freezeboy 2020-09-11 13:44:30 +02:00
parent 56456fef75
commit e3912be86a

View file

@ -1,4 +1,4 @@
{ stdenv, buildPythonPackage, fetchPypi, ncurses }:
{ stdenv, buildPythonPackage, pythonOlder, fetchPypi, ncurses }:
buildPythonPackage rec {
pname = "cx_Freeze";
@ -9,6 +9,8 @@ buildPythonPackage rec {
sha256 = "44bbbcea3196b79da77cc22637cb28a825b51182d32209e8a3f6cd4042edc247";
};
disabled = pythonOlder "3.5";
propagatedBuildInputs = [ ncurses ];
# timestamp need to come after 1980 for zipfiles and nix store is set to epoch