Skip to content

Commit

Permalink
firebirdSuper: pin to gcc5
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Sep 28, 2017
1 parent f8ffbcb commit 8e38de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -11390,7 +11390,7 @@ with pkgs;
fingerd_bsd = callPackage ../servers/fingerd/bsd-fingerd { };

firebird = callPackage ../servers/firebird { icu = null; stdenv = overrideCC stdenv gcc5; };
firebirdSuper = callPackage ../servers/firebird { superServer = true; };
firebirdSuper = callPackage ../servers/firebird { superServer = true; stdenv = overrideCC stdenv gcc5; };

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

Expand Down

0 comments on commit 8e38de4

Please sign in to comment.