Merge pull request #287921 from wegank/htcondor-broken

htcondor: mark as broken on aarch64-linux
This commit is contained in:
Weijia Wang 2024-02-11 17:04:50 +01:00 committed by GitHub
commit 44fea95b02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};
}