nixpkgs/pkgs/games/maptool
Ryan Hendrickson d768bf69a1 maptool: extract application JARs from package
... instead of using the uber-JAR release.

Packing the JARs together causes the JavaScript macro functionality not
to work, as the scripting interface uses a ServiceLoader to find
language providers via text file resources that share a common name.
With one file per JAR, this works great. When multiple files with the
same name are in one uber-JAR, all but one of them are shadowed, and
the JavaScript language provider was getting lost.
2023-10-30 19:45:15 -04:00
..
default.nix maptool: extract application JARs from package 2023-10-30 19:45:15 -04:00