apt: fixup by building with gcc-5

I was lazy to try to find another solution.
This commit is contained in:
Vladimír Čunát 2017-08-20 12:04:36 +02:00
parent 785ceea7ba
commit d2e9836aa6
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -539,6 +539,8 @@ with pkgs;
apt = callPackage ../tools/package-management/apt {
inherit (perlPackages) Po4a;
# include/c++/6.4.0/cstdlib:75:25: fatal error: stdlib.h: No such file or directory
stdenv = overrideCC stdenv gcc5;
};
autorevision = callPackage ../tools/misc/autorevision { };