darwin: use // for binutils-unwrapped and cctools to preserve the other

attributes
This commit is contained in:
Artturin 2022-12-08 04:30:26 +02:00
parent c01f509e44
commit 02e3f51d27

View File

@ -262,11 +262,12 @@ rec {
ln -s ${bootstrapTools}/bin/rewrite-tbd $out/bin ln -s ${bootstrapTools}/bin/rewrite-tbd $out/bin
''; '';
binutils-unwrapped = { name = "bootstrap-stage0-binutils"; outPath = bootstrapTools; }; binutils-unwrapped = bootstrapTools // {
name = "bootstrap-stage0-binutils";
};
cctools = { cctools = bootstrapTools // {
name = "bootstrap-stage0-cctools"; name = "bootstrap-stage0-cctools";
outPath = bootstrapTools;
targetPrefix = ""; targetPrefix = "";
}; };