Merge older staging

Hydra looks OK; not finished yet but already has more successes than
on master.
This commit is contained in:
Vladimír Čunát
2017-09-24 20:56:11 +02:00
16 changed files with 86 additions and 92 deletions

View File

@@ -221,8 +221,7 @@ stdenv.mkDerivation ({
inherit sha256;
};
# FIXME stackprotector needs gcc 4.9 in bootstrap tools
hardeningDisable = [ "stackprotector" "format" ];
hardeningDisable = [ "format" ];
inherit patches;