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