mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
python: improve library determinism
1) Make the core python libraries deterministic. 2) Make the python libraries created by glib deterministic. @vcunat put back the removal of share/gtk-doc in glib.
This commit is contained in:
parent
3196d4f7c7
commit
3bf4362381
@ -72,6 +72,7 @@ let
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = optionalString stdenv.isDarwin "-msse2";
|
||||
DETERMINISTIC_BUILD = 1;
|
||||
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
||||
|
@ -77,6 +77,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
DETERMINISTIC_BUILD = 1;
|
||||
|
||||
inherit doCheck;
|
||||
preCheck = optionalString doCheck
|
||||
|
Loading…
Reference in New Issue
Block a user