3
0
Fork 0
forked from mirrors/nixpkgs

amarok: fixup by building with gcc-5

due to continued lack of progress on
https://github.com/NixOS/nixpkgs/issues/16588, probably not worth the
time for anything better.

Progress on: #28643
This commit is contained in:
Matt McHenry 2017-09-05 20:49:39 -04:00
parent 799435b7ca
commit af57251cb9

View file

@ -13389,6 +13389,7 @@ with pkgs;
amarok = kde4.callPackage ../applications/audio/amarok {
ffmpeg = ffmpeg_2;
stdenv = overrideCC stdenv gcc5;
};
AMB-plugins = callPackage ../applications/audio/AMB-plugins { };