Python: add DETERMINISTIC_BUILD env var. If set, python doesn't write timestamps to pyc files. Tested by
building argparse, compiling from cli, compiling using py_compile.
This commit is contained in:
@@ -68,6 +68,7 @@ python.stdenv.mkDerivation (attrs // {
|
||||
pythonPath = [ setuptools ] ++ pythonPath;
|
||||
|
||||
preConfigure = ''
|
||||
export DETERMINISTIC_BUILD=1
|
||||
PYTHONPATH="${offlineDistutils}/lib/${python.libPrefix}/site-packages:$PYTHONPATH"
|
||||
${preConfigure}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user