linuxPackages_chromiumos*: fixup by building with gcc5
This commit is contained in:
parent
7c7c83e233
commit
a1bef771ee
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue