Fix binutils_deterministic to not break evaluation in certain cases. Quite a sneaky bug!
This commit is contained in:
parent
5ff3d84137
commit
25cffccc28
|
@ -3244,7 +3244,10 @@ let
|
|||
inherit noSysDirs;
|
||||
};
|
||||
|
||||
binutils_deterministic = binutils.override { deterministic = true; };
|
||||
binutils_deterministic = lowPrio (callPackage ../development/tools/misc/binutils {
|
||||
inherit noSysDirs;
|
||||
deterministic = true;
|
||||
});
|
||||
|
||||
binutils_gold = lowPrio (callPackage ../development/tools/misc/binutils {
|
||||
inherit noSysDirs;
|
||||
|
|
Loading…
Reference in New Issue