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
commit 6a589dea59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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