xenPackages.xen_4_8-vanilla: stop overriding cc

Nothing requires gcc49 in this version.
This commit is contained in:
Jan Malakhovski 2018-02-15 20:22:46 +00:00
parent b1047f34f7
commit 23e68d119d

View File

@ -58,10 +58,6 @@ rec {
};
xen_4_8-vanilla = callPackage ./4.8.nix {
# At the very least included seabios and etherboot need gcc49,
# so we have to build all of it with gcc49.
stdenv = overrideCC stdenv gcc49;
meta = {
description = "vanilla";
longDescription = ''