Merge pull request #50579 from timokau/erlang-aarch64

erlang: remove aarch64 from platforms
This commit is contained in:
Jörg Thalheim 2018-11-18 12:21:04 +00:00 committed by GitHub
commit 09ff6da5a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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