Skip to content

Commit

Permalink
firebird: Fix build by using gcc5
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Sep 13, 2017
1 parent 4d205eb commit c78c565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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 { };
Expand Down

0 comments on commit c78c565

Please sign in to comment.