Merge pull request #76201 from worldofpeace/erlang-aarch64-linux

erlang: build on aarch64-linux
This commit is contained in:
Jörg Thalheim
2019-12-23 04:58:06 +00:00
committed by GitHub

View File

@@ -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);