Merge remote-tracking branch 'upstream/master' into staging

This commit is contained in:
John Ericson 2018-05-23 09:59:57 -04:00
commit 17316643fd

View File

@ -321,7 +321,7 @@ in rec {
darwin = super.darwin // {
inherit (darwin) dyld ICU Libsystem libiconv;
} // lib.optionalAttrs (super.targetPlatform == localSystem) {
inherit (darwin) binutils cctools;
inherit (darwin) binutils binutils-unwrapped cctools;
};
} // lib.optionalAttrs (super.targetPlatform == localSystem) {
# Need to get rid of these when cross-compiling.