opal: build with gcc6

build on gcc7 failed with
"Error: call of overloaded 'abs(unsigned int)' is ambiguous"
This commit is contained in:
xeji 2018-03-25 18:58:46 +02:00
parent e124e203e5
commit 001db3951d

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 { };