Skip to content

Commit c78c565

Browse files
committedSep 13, 2017
firebird: Fix build by using gcc5
https://hydra.nixos.org/build/59941948
1 parent 4d205eb commit c78c565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎pkgs/top-level/all-packages.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -11283,7 +11283,7 @@ with pkgs;
1128311283

1128411284
fingerd_bsd = callPackage ../servers/fingerd/bsd-fingerd { };
1128511285

11286-
firebird = callPackage ../servers/firebird { icu = null; };
11286+
firebird = callPackage ../servers/firebird { icu = null; stdenv = overrideCC stdenv gcc5; };
1128711287
firebirdSuper = callPackage ../servers/firebird { superServer = true; };
1128811288

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

0 commit comments

Comments
 (0)
Please sign in to comment.