Merge pull request #216189 from alyssais/python2-eval

python2: fix eval

authored by

Martin Weinelt and committed by
GitHub
d56a97cc d87b0e29

+2 -2
+2 -2
pkgs/development/interpreters/python/cpython/2.7/default.nix
··· 24 , pkgsHostHost 25 , pkgsTargetTarget 26 , sourceVersion 27 - , sha256 28 , passthruFun 29 , static ? stdenv.hostPlatform.isStatic 30 , stripBytecode ? reproducibleBuild ··· 87 owner = "ActiveState"; 88 repo = "cpython"; 89 rev = "v${version}"; 90 - inherit sha256; 91 }; 92 93 hasDistutilsCxxPatch = !(stdenv.cc.isGNU or false);
··· 24 , pkgsHostHost 25 , pkgsTargetTarget 26 , sourceVersion 27 + , hash 28 , passthruFun 29 , static ? stdenv.hostPlatform.isStatic 30 , stripBytecode ? reproducibleBuild ··· 87 owner = "ActiveState"; 88 repo = "cpython"; 89 rev = "v${version}"; 90 + inherit hash; 91 }; 92 93 hasDistutilsCxxPatch = !(stdenv.cc.isGNU or false);