stdenv/darwin: Ignore version override warning

I don't suppose we need to set `src`, the suggestion of the warning.
This is presumably just to signify that it's not the final build
(not *really*) a version.
This commit is contained in:
Robert Hensing
2025-05-28 18:28:51 +02:00
parent 3138024ae2
commit 7758a59808
+1
View File
@@ -439,6 +439,7 @@ assert bootstrapTools.passthru.isFromBootstrapFiles or false; # sanity check
(superDarwin.binutils-unwrapped.override { enableManpages = false; }).overrideAttrs
(old: {
version = "boot";
__intentionallyOverridingVersion = true; # to avoid a warning suggesting to provide src
passthru = (old.passthru or { }) // {
isFromBootstrapFiles = true;
};