Hello,
While building stdenv on x86_64-darwin, I noticed that one of Apple’s
upstream files had been modified in-place:
--- pkgs/development/compilers/gcc-apple64/default.nix (revision 27731)
+++ pkgs/development/compilers/gcc-apple64/default.nix (working copy)
@@ -18,7 +18,7 @@
}) ++
stdenv.lib.optional langCC (fetchurl {
url = http://www.opensource.apple.com/tarballs/libstdcxx/libstdcxx-39.tar.gz ;
- sha256 = "1fy6j41rhxdsm19sib9wygjl5l54g8pm13c6y5x13f40mavw1mma";
+ sha256 = "ccf4cf432c142778c766affbbf66b61001b6c4f1107bc2b2c77ce45598786b6d";
}) ;
This is not a problem on Hydra where everything is in cache, but it
prevents bootstrapping on another machine.
Thus I’d like to commit this patch and take this opportunity to update
Apple’s GCC fork as well.
Any objections?
Thanks,
Ludo’.
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev