mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
Merge pull request #29043 from jerith666/amarok-gcc-5
amarok: fixup by building with gcc-5
This commit is contained in:
commit
f66ed3079d
|
@ -13448,6 +13448,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