kmsxx: build with gcc6

gcc7 build fails with "internal compiler error"
This commit is contained in:
xeji
2018-03-25 01:38:35 -05:00
committed by Matthew Justin Bauer
parent fc9c26d838
commit d78464723b
+3 -1
View File
@@ -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 { };