···6767 ];
6868 makefile = "Makefile";
69697070+ # Do not update automatically since we want to pin a specific version
7171+ passthru.updateScript = null;
7272+7073 meta = {
7174 description = "EasyRPG Player libretro port";
7275 homepage = "https://github.com/EasyRPG/Player";
···11# given a package with an executable and an icon, make a darwin bundle for
22# it. This package should be used when generating launchers for native Darwin
33# applications. If the package conatins a .desktop file use
44-# `desktopToDarwinLauncher` instead.
44+# `desktopToDarwinBundle` instead.
5566{
77 lib,
···55 match cfg with
66 | Dot_merlin ->
77- let prog = "dot-merlin-reader" in
88-+ let prog = "@dot_merlin_reader@" in
88++ let prog = "@dot-merlin-reader@" in
99 prog, [| prog |]
1010 | Dune ->
1111- let prog = "dune" in