Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-04-15 12:06:13 +00:00
committed by GitHub
22 changed files with 218 additions and 97 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ in
buildPlatform hostPlatform targetPlatform
initialPath shell fetchurlBoot;
cc = import ../../build-support/cc-wrapper {
cc = lib.makeOverridable (import ../../build-support/cc-wrapper) {
inherit lib;
nativeTools = true;
nativePrefix = "/usr";