mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
firebird: Fix build by using gcc5
https://hydra.nixos.org/build/59941948
This commit is contained in:
parent
4d205eb044
commit
c78c565245
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user