1
0
Fork 1
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:
Joachim F 2017-09-07 18:43:27 +00:00 committed by GitHub
commit f66ed3079d

View file

@ -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 { };