mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
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:
parent
cff5695f60
commit
a57f8930fd
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue