htcondor: mark as broken

It's been broken for a while, and the maintainer doesn't seem to have
touched the package since it was added. I've tried updating to 24.7.3,
with no success.

I'm marking it now because it's in Xen's nixpkgs-review
reverse-dependency path, and I don't care to see failing packages there.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
Fernando Rodrigues 2025-05-12 21:11:45 -03:00
parent cff5695f60
commit a57f8930fd
No known key found for this signature in database
GPG key ID: CC3AE2EA00000000

View file

@ -62,7 +62,8 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
license = licenses.asl20;
maintainers = with maintainers; [ evey ];
# cannot find -lpthread: No such file or directory
broken = stdenv.hostPlatform.isAarch64;
# On Aarch64: ld: cannot find -lpthread: No such file or directory
# On x86_64: ld: cannot find -ldl: No such file or directory
broken = true;
};
}