mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 04:53:27 +00:00
whatsapp-for-linux: add arm64 support
This commit is contained in:
parent
6437226f78
commit
0b51a4ed23
@ -74,6 +74,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "whatsapp-for-linux";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ bartuka ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user