Fix binutils_deterministic to not break evaluation in certain cases. Quite a sneaky bug!
This commit is contained in:
@@ -3244,7 +3244,10 @@ let
|
|||||||
inherit noSysDirs;
|
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 {
|
binutils_gold = lowPrio (callPackage ../development/tools/misc/binutils {
|
||||||
inherit noSysDirs;
|
inherit noSysDirs;
|
||||||
|
|||||||
Reference in New Issue
Block a user