···50 "dolphin": {"repo": "dolphin"},
51 "dosbox": {"repo": "dosbox-libretro"},
52 "dosbox-pure": {"repo": "dosbox-pure", "owner": "schellingb"},
53+ # The EasyRPG core is pinned to 0.8 since it depends on version 0.8 of liblcf, which
54+ # was released in April 2023.
55+ # Update the version when a compatible liblcf is available.
56+ # See pkgs/games/easyrpg-player/default.nix for details.
57+ "easyrpg": {"repo": "Player", "owner": "EasyRPG", "fetch_submodules": True, "rev": "0.8"},
58 "eightyone": {"repo": "81-libretro"},
59 "fbalpha2012": {"repo": "fbalpha2012"},
60 "fbneo": {"repo": "fbneo"},
···1+========================================================================
2+purescm
3+========================================================================
4+5+6+Suggested additional ``buildInputs``
7+====================================
8+9+``chez-racket``
10+ Upstream is using the Racket fork of Chez Scheme to execute the
11+ generated Scheme output.
12+13+14+To update this package
15+======================
16+17+#. Bump the ``./package.json`` version pin
18+#. Run ``nix-shell -p nodejs --command "npm i --package-lock-only"``
19+#. Update ``npmDeps.hash`` in the ``package.nix``