Merge pull request #50579 from timokau/erlang-aarch64
erlang: remove aarch64 from platforms
This commit is contained in:
commit
09ff6da5a9
@ -120,7 +120,8 @@ in stdenv.mkDerivation ({
|
|||||||
tolerance.
|
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 ];
|
maintainers = with maintainers; [ the-kenny sjmackenzie couchemar gleber ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
} // meta);
|
} // meta);
|
||||||
|
Loading…
Reference in New Issue
Block a user