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:
parent
799435b7ca
commit
af57251cb9
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue