Merge pull request #36817 from xeji/p/vxl

vxl: fix build by using gcc6
This commit is contained in:
Franz Pletz 2018-03-12 23:29:12 +00:00 committed by GitHub
commit 73f8157adc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11674,6 +11674,7 @@ with pkgs;
vxl = callPackage ../development/libraries/vxl {
libpng = libpng12;
stdenv = overrideCC stdenv gcc6; # upstream code incompatible with gcc7
};
wavpack = callPackage ../development/libraries/wavpack {