forked from mirrors/nixpkgs
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 {
|
amarok = kde4.callPackage ../applications/audio/amarok {
|
||||||
ffmpeg = ffmpeg_2;
|
ffmpeg = ffmpeg_2;
|
||||||
|
stdenv = overrideCC stdenv gcc5;
|
||||||
};
|
};
|
||||||
|
|
||||||
AMB-plugins = callPackage ../applications/audio/AMB-plugins { };
|
AMB-plugins = callPackage ../applications/audio/AMB-plugins { };
|
||||||
|
|
Loading…
Reference in a new issue