Calf: use gcc5 to fix the build

There hasn't been a release in a few years, but they're working on it.
This commit is contained in:
Cillian de Róiste 2017-08-30 16:47:06 +02:00
parent 261386a39e
commit 0bb2d3112b

View file

@ -13586,6 +13586,7 @@ with pkgs;
calf = callPackage ../applications/audio/calf {
inherit (gnome2) libglade;
stdenv = overrideCC stdenv gcc5;
};
calcurse = callPackage ../applications/misc/calcurse { };