mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
firebird: mark as broken
Hasn't been updated since 2017 and breaks when building with a more recent gcc (gcc5 needs to be removed as it breaks with glibc 2.30). I tried to update this to a more recent version which didn't work either, but as this is pretty old I'm not even sure if this package is used atm.
This commit is contained in:
parent
f55b36f1c4
commit
e1d35045bc
|
@ -85,6 +85,7 @@ stdenv.mkDerivation rec {
|
|||
license = ["IDPL" "Interbase-1.0"];
|
||||
maintainers = [stdenv.lib.maintainers.marcweber];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
broken = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -15270,8 +15270,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; };
|
||||
firebird = callPackage ../servers/firebird { icu = null; /*stdenv = gcc5Stdenv;*/ };
|
||||
firebirdSuper = firebird.override { icu = icu58; superServer = true; /*stdenv = gcc5Stdenv;*/ };
|
||||
|
||||
frab = callPackage ../servers/web-apps/frab { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue