lol

apt: fixup by building with gcc-5

I was lazy to try to find another solution.

+2
+2
pkgs/top-level/all-packages.nix
··· 539 539 540 540 apt = callPackage ../tools/package-management/apt { 541 541 inherit (perlPackages) Po4a; 542 + # include/c++/6.4.0/cstdlib:75:25: fatal error: stdlib.h: No such file or directory 543 + stdenv = overrideCC stdenv gcc5; 542 544 }; 543 545 544 546 autorevision = callPackage ../tools/misc/autorevision { };