Skip to content

Commit

Permalink
Merge pull request #37776 from xeji/p/opal
Browse files Browse the repository at this point in the history
opal: build with gcc6
  • Loading branch information
7c6f434c committed Mar 25, 2018
2 parents 2308f4e + 001db39 commit 6a589de
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 @@ -10809,6 +10809,7 @@ with pkgs;

opal = callPackage ../development/libraries/opal {
ffmpeg = ffmpeg_2;
stdenv = overrideCC stdenv gcc6;
};

openh264 = callPackage ../development/libraries/openh264 { };
Expand Down

0 comments on commit 6a589de

Please sign in to comment.