Unverified Commit 442718c7 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

htcondor: mark as broken (#406621)

parents 11bb3ff5 a57f8930
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -62,7 +62,8 @@ stdenv.mkDerivation rec {
    platforms = platforms.linux;
    license = licenses.asl20;
    maintainers = with maintainers; [ evey ];
    # cannot find -lpthread: No such file or directory
    broken = stdenv.hostPlatform.isAarch64;
    # On Aarch64: ld: cannot find -lpthread: No such file or directory
    # On x86_64:  ld: cannot find -ldl:      No such file or directory
    broken = true;
  };
}