open-vm-tools: add aarch64-linux to platforms (#129981)

This commit is contained in:
Adrian Lucrèce Céleste 2021-07-11 21:19:08 -04:00 committed by GitHub
parent 13fd5cb95e
commit 816506281d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
better management of, and seamless user interactions with, guests.
'';
license = licenses.gpl2;
platforms = [ "x86_64-linux" "i686-linux" ];
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ];
maintainers = with maintainers; [ joamaki ];
};
}