Rename repeatableStdenv to deterministicStdenv for consistency.
Make it plug more holes to avoid regular binutils sneaking in and ruining builds.
This commit is contained in:
parent
92a48cb305
commit
6c9838ad54
1 changed files with 8 additions and 1 deletions
|
@ -2844,7 +2844,14 @@ let
|
|||
ocaml = ocaml_3_08_0;
|
||||
};
|
||||
|
||||
repeatableStdenv = lowPrio (stdenvAdapters.overrideSetup stdenv ../stdenv/generic/setup-repeatable.sh );
|
||||
deterministicStdenv = lowPrio (
|
||||
overrideInStdenv (
|
||||
stdenvAdapters.overrideGCC
|
||||
(stdenvAdapters.overrideSetup stdenv ../stdenv/generic/setup-repeatable.sh )
|
||||
gcc46_deterministic
|
||||
)
|
||||
[ binutils_deterministic ]
|
||||
);
|
||||
|
||||
roadsend = callPackage ../development/compilers/roadsend { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue