New issue by Animeshz on void-packages repository https://github.com/void-linux/void-packages/issues/33557 Description: Hi! Is it possible to add vmware to void linux packages? It should be under non-free. I tried installing it via the xdeb but there are a few errors due to no-systemd present. It would be helpful, because alot of drivers passthrough is easier in vmware than virtual box as well as it can monitor the usb traffic very easily with ```# .vmx monitor = "debug" usb.analyzer.enable = TRUE usb.analyzer.maxLine = 8192 ``` options. Tried searching the same, I found a few unanswered posts about vbox (https://forums.virtualbox.org/viewtopic.php?f=6&t=94965 & https://forums.virtualbox.org/viewtopic.php?f=7&t=32915). [This method](https://docs.oracle.com/en/virtualization/virtualbox/6.0/admin/usbtrafficcapturing.html) was unreliable in my experience as I used earlier, I might need to recheck if it works.