Merge pull request #76201 from worldofpeace/erlang-aarch64-linux
erlang: build on aarch64-linux
This commit is contained in:
commit
bf15aad627
1 changed files with 1 additions and 2 deletions
|
@ -121,8 +121,7 @@ in stdenv.mkDerivation ({
|
|||
tolerance.
|
||||
'';
|
||||
|
||||
# aarch64 is supposed to work but started failing in https://hydra.nixos.org/build/83735973
|
||||
platforms = subtractLists [ "aarch64-linux" ] platforms.unix;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ the-kenny sjmackenzie couchemar gleber ];
|
||||
license = licenses.asl20;
|
||||
} // meta);
|
||||
|
|
Loading…
Reference in a new issue