Skip to content

Commit 442718c

Browse files
authored
htcondor: mark as broken (#406621)
2 parents 11bb3ff + a57f893 commit 442718c

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)