forked from mirrors/nixpkgs
open-vm-tools: add aarch64-linux to platforms (#129981)
This commit is contained in:
parent
13fd5cb95e
commit
816506281d
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue