Merge pull request #37776 from xeji/p/opal

opal: build with gcc6
This commit is contained in:
Michael Raskin
2018-03-25 17:27:11 +00:00
committed by GitHub

View File

@@ -10809,6 +10809,7 @@ with pkgs;
opal = callPackage ../development/libraries/opal {
ffmpeg = ffmpeg_2;
stdenv = overrideCC stdenv gcc6;
};
openh264 = callPackage ../development/libraries/openh264 { };