firebird: Fix build by using gcc5

https://hydra.nixos.org/build/59941948
(cherry picked from commit c78c565245)
This commit is contained in:
Tuomas Tynkkynen
2017-09-13 14:42:45 +03:00
parent 439c2073d2
commit 62eeec7486

View File

@@ -11252,7 +11252,7 @@ with pkgs;
fingerd_bsd = callPackage ../servers/fingerd/bsd-fingerd { };
firebird = callPackage ../servers/firebird { icu = null; };
firebird = callPackage ../servers/firebird { icu = null; stdenv = overrideCC stdenv gcc5; };
firebirdSuper = callPackage ../servers/firebird { superServer = true; };
fleet = callPackage ../servers/fleet { };