_389-ds-base: remove broken=true

This commit is contained in:
Benjamin Staffin 2024-05-28 16:53:06 -04:00
parent ac7eb3979d
commit 17d94493a0

@ -150,9 +150,5 @@ 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;
};
}