open-vm-tools: Broken on non-x86

https://hydra.nixos.org/build/65049444

+1 -1
+1 -1
pkgs/applications/virtualization/open-vm-tools/default.nix
··· 59 better management of, and seamless user interactions with, guests. 60 ''; 61 license = licenses.gpl2; 62 - platforms = platforms.linux; 63 maintainers = with maintainers; [ joamaki ]; 64 }; 65 }
··· 59 better management of, and seamless user interactions with, guests. 60 ''; 61 license = licenses.gpl2; 62 + platforms = [ "x86_64-linux" "i686-linux" ]; 63 maintainers = with maintainers; [ joamaki ]; 64 }; 65 }