kmsxx: build with gcc6
gcc7 build fails with "internal compiler error"
This commit is contained in:
parent
fc9c26d838
commit
d78464723b
@ -13214,7 +13214,9 @@ with pkgs;
|
||||
|
||||
kmscube = callPackage ../os-specific/linux/kmscube { };
|
||||
|
||||
kmsxx = callPackage ../development/libraries/kmsxx { };
|
||||
kmsxx = callPackage ../development/libraries/kmsxx {
|
||||
stdenv = overrideCC stdenv gcc6;
|
||||
};
|
||||
|
||||
latencytop = callPackage ../os-specific/linux/latencytop { };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user