Unverified Commit a57f8930 authored by Fernando Rodrigues's avatar Fernando Rodrigues
Browse files

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: default avatarFernando Rodrigues <alpha@sigmasquadron.net>
parent cff5695f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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;
  };
}