mold: mark broken on aarch64
This commit is contained in:
parent
ae5be73025
commit
c64bc214ef
1 changed files with 1 additions and 0 deletions
|
@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/rui314/mold";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ nitsky ];
|
||||
broken = stdenv.isAarch64;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue