Merge pull request #287921 from wegank/htcondor-broken

htcondor: mark as broken on aarch64-linux

authored by Weijia Wang and committed by GitHub 44fea95b 98ddefa0

+3 -1
+3 -1
pkgs/by-name/ht/htcondor/package.nix
··· 26 26 owner = "htcondor"; 27 27 repo = "htcondor"; 28 28 29 - rev = "v23.4.0"; 29 + rev = "v${version}"; 30 30 hash = "sha256-+WfNVxP7qsEpn8zPretLnOEAnPq0GylyxCbcQI8o0L0="; 31 31 }; 32 32 ··· 58 58 platforms = platforms.linux; 59 59 license = licenses.asl20; 60 60 maintainers = with maintainers; [ evey ]; 61 + # cannot find -lpthread: No such file or directory 62 + broken = stdenv.isAarch64; 61 63 }; 62 64 }