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
+3 -1
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;
};
}