We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11bb3ff + a57f893 commit 442718cCopy full SHA for 442718c
pkgs/by-name/ht/htcondor/package.nix
@@ -62,7 +62,8 @@ stdenv.mkDerivation rec {
62
platforms = platforms.linux;
63
license = licenses.asl20;
64
maintainers = with maintainers; [ evey ];
65
- # cannot find -lpthread: No such file or directory
66
- 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
67
+ broken = true;
68
};
69
}
0 commit comments