Merge branch 'staging' into gcc-7

This commit is contained in:
Vladimír Čunát
2017-11-11 20:33:50 +01:00
3666 changed files with 70441 additions and 56174 deletions
@@ -10,6 +10,9 @@ stdenv.mkDerivation rec {
outputs = [ "bin" "dev" "out" "info" "devdoc" ];
# broken with gcc-7
#doCheck = (stdenv.buildPlatform == stdenv.hostPlatform) && !stdenv.isDarwin;
hardeningDisable = [ "format" ];
buildInputs = stdenv.lib.optional stdenv.isDarwin libiconv;