linuxPackages_chromiumos*: fixup by building with gcc5

This commit is contained in:
Vladimír Čunát 2017-08-20 08:26:02 +02:00
parent 7c7c83e233
commit a1bef771ee
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -12119,6 +12119,8 @@ with pkgs;
kernelPatches.genksyms_fix_segfault
kernelPatches.DCCP_double_free_vulnerability_CVE-2017-6074
];
# compiler-gcc.h:107:30: fatal error: linux/compiler-gcc6.h: No such file or directory
stdenv = overrideCC stdenv gcc5;
};
linux_chromiumos_latest = linux_chromiumos_3_18;