mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 22:37:30 +00:00
htcondor: mark as broken on aarch64-linux
This commit is contained in:
parent
22ef539110
commit
e29d464dce
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "htcondor";
|
||||
repo = "htcondor";
|
||||
|
||||
rev = "v23.4.0";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-+WfNVxP7qsEpn8zPretLnOEAnPq0GylyxCbcQI8o0L0=";
|
||||
};
|
||||
|
||||
@ -58,5 +58,7 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.linux;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ evey ];
|
||||
# cannot find -lpthread: No such file or directory
|
||||
broken = stdenv.isAarch64;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user