firebird: Fix build by using gcc5

https://hydra.nixos.org/build/59941948
This commit is contained in:
Tuomas Tynkkynen 2017-09-13 14:42:45 +03:00
parent 4d205eb044
commit c78c565245

View file

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