Skip to content

Commit a57f893

Browse files
committed
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 <[email protected]>
1 parent cff5695 commit a57f893

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/by-name/ht/htcondor/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ stdenv.mkDerivation rec {
6262
platforms = platforms.linux;
6363
license = licenses.asl20;
6464
maintainers = with maintainers; [ evey ];
65-
# cannot find -lpthread: No such file or directory
66-
broken = stdenv.hostPlatform.isAarch64;
65+
# On Aarch64: ld: cannot find -lpthread: No such file or directory
66+
# On x86_64: ld: cannot find -ldl: No such file or directory
67+
broken = true;
6768
};
6869
}

0 commit comments

Comments
 (0)