Skip to content

Commit

Permalink
firebirdSuper: fixup build by using older icu again
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Oct 15, 2017
1 parent b1d32c0 commit 7cdbc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -11478,7 +11478,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; stdenv = overrideCC stdenv gcc5; };
firebirdSuper = callPackage ../servers/firebird { icu = icu58; superServer = true; stdenv = overrideCC stdenv gcc5; };

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

Expand Down

0 comments on commit 7cdbc8b

Please sign in to comment.