_389ds-base: mark as broken

Doesn't build with glibc 2.39. There's a potential fix documented in
https://github.com/389ds/389-ds-base/issues/5332, but the package is too
old for the patch to apply, so I'll mark it as broken for now and leave
it to the maintainer to update & fix.
This commit is contained in:
Maximilian Bosch 2024-02-27 23:44:38 +01:00
parent 8b24908a76
commit 1c003da73c
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -141,5 +141,9 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = [ maintainers.ners ];
# https://hydra.nixos.org/build/249763145, doesn't build since glibc 2.39.
# Potential fix is documented in https://github.com/389ds/389-ds-base/issues/5332,
# but it doesn't apply here.
broken = true;
};
}