mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
erlang: remove aarch64 from platforms
The build is failing.
This commit is contained in:
parent
2d96b9a294
commit
73d83ba7a8
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@ in stdenv.mkDerivation ({
|
|||
tolerance.
|
||||
'';
|
||||
|
||||
platforms = platforms.unix;
|
||||
# aarch64 is supposed to work but started failing in https://hydra.nixos.org/build/83735973
|
||||
platforms = subtractLists [ "aarch64-linux" ] platforms.unix;
|
||||
maintainers = with maintainers; [ the-kenny sjmackenzie couchemar gleber ];
|
||||
license = licenses.asl20;
|
||||
} // meta);
|
||||
|
|
Loading…
Reference in a new issue