Skip to content

Commit

Permalink
Merge pull request #76201 from worldofpeace/erlang-aarch64-linux
Browse files Browse the repository at this point in the history
erlang: build on aarch64-linux
  • Loading branch information
Mic92 authored Dec 23, 2019
2 parents 7aa3d00 + 9ce10d7 commit bf15aad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/development/interpreters/erlang/generic-builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bf15aad

Please sign in to comment.