mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
linuxPackages_chromiumos*: fixup by building with gcc5
This commit is contained in:
parent
7c7c83e233
commit
a1bef771ee
@ -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 New Issue
Block a user