firebird: 2.5.7 -> 2.5.9, init 3.0.7, init 4.0.0-rc1

This commit is contained in:
superherointj
2021-05-16 10:29:01 -03:00
parent d0c9638dc4
commit e33dfd47af
2 changed files with 73 additions and 80 deletions
+2 -2
View File
@@ -18775,8 +18775,8 @@ in
fingerd_bsd = callPackage ../servers/fingerd/bsd-fingerd { };
firebird = callPackage ../servers/firebird { icu = null; /*stdenv = gcc5Stdenv;*/ };
firebirdSuper = firebird.override { icu = icu58; superServer = true; /*stdenv = gcc5Stdenv;*/ };
inherit (callPackages ../servers/firebird { }) firebird_4 firebird_3 firebird_2_5;
firebird = firebird_3;
freeradius = callPackage ../servers/freeradius { };