New comment by hiljusti on void-packages repository https://github.com/void-linux/void-packages/pull/34882#issuecomment-1007184525 Comment: Some notes on my changes: SBT (Scala Build Tool) ships with a shell script (`sbt`), and then jars and native bindings for x86_64 linux, mac, and windows. ([Other platforms don't have native bindings yet](https://github.com/sbt/sbt/blob/ccc6cf681870f826e8403ba62a325fa287d118e3/sbt#L174-L187)) Thus to clean up a bit, I've removed unnecessary native bindings that are packaged together. Other platforms should be fine running on a JVM, although maybe less efficient than the native versions?