Skip to content

Commit 62eeec7

Browse files
committedSep 13, 2017
firebird: Fix build by using gcc5
https://hydra.nixos.org/build/59941948 (cherry picked from commit c78c565)
1 parent 439c207 commit 62eeec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/top-level/all-packages.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -11252,7 +11252,7 @@ with pkgs;
1125211252

1125311253
fingerd_bsd = callPackage ../servers/fingerd/bsd-fingerd { };
1125411254

11255-
firebird = callPackage ../servers/firebird { icu = null; };
11255+
firebird = callPackage ../servers/firebird { icu = null; stdenv = overrideCC stdenv gcc5; };
1125611256
firebirdSuper = callPackage ../servers/firebird { superServer = true; };
1125711257

1125811258
fleet = callPackage ../servers/fleet { };

0 commit comments

Comments
 (0)
Please sign in to comment.