mold: mark broken on aarch64

This commit is contained in:
Sandro 2021-07-18 00:19:30 +02:00 committed by GitHub
parent ae5be73025
commit c64bc214ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/rui314/mold";
license = lib.licenses.agpl3Plus;
maintainers = with maintainers; [ nitsky ];
broken = stdenv.isAarch64;
};
}