Merge branch 'staging'

There are security fixes in multiple packages /cc #32117,
so I'm merging a little earlier, with a few thousand jobs
still not finished on Hydra for x86_64-darwin and aarch64-linux.
This commit is contained in:
Vladimír Čunát
2017-11-29 10:00:30 +01:00
201 changed files with 1092 additions and 1044 deletions

View File

@@ -63,7 +63,7 @@ let
crossAttrs = {
makeFlags = [
"ARCH=${hostPlatform.platform.kernelArch}"
"CROSS_COMPILE=${stdenv.cc.prefix}"
"CROSS_COMPILE=${stdenv.cc.targetPrefix}"
];
};