Unverified Commit a1bef771 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

linuxPackages_chromiumos*: fixup by building with gcc5

parent 7c7c83e2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;