mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
erlang: build on aarch64-linux
I've built several versions without issue.
This commit is contained in:
parent
95dfa8b8cf
commit
9ce10d7d22
@ -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 New Issue
Block a user