21 stdenv.mkDerivation rec {
25 src = fetchFromGitHub {
30 hash = "sha256-Xm1K3KESOVStOi6iyCGA8qbQ2IcyS//sF5pvnnMZAlA=";
33 nativeBuildInputs = [ cmake ];
51 env.CXXFLAGS = "-fpermissive";
53 cmakeFlags = [ "-DSYSTEM_NAME=NixOS" "-DWITH_PYTHON_BINDINGS=false" ];
56 homepage = "https://htcondor.org/";
58 "HTCondor is a software system that creates a High-Throughput Computing (HTC) environment";
59 platforms = platforms.linux;
60 license = licenses.asl20;
61 maintainers = with maintainers; [ evey ];
62 # cannot find -lpthread: No such file or directory
63 broken = stdenv.hostPlatform.isAarch64;