Skip to content

Commit

Permalink
Merge pull request #36817 from xeji/p/vxl
Browse files Browse the repository at this point in the history
vxl: fix build by using gcc6
  • Loading branch information
fpletz committed Mar 12, 2018
2 parents a1af032 + 0367a62 commit 73f8157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 73f8157

Please sign in to comment.