···67 ];
68 makefile = "Makefile";
6970+ # Do not update automatically since we want to pin a specific version
71+ passthru.updateScript = null;
72+73 meta = {
74 description = "EasyRPG Player libretro port";
75 homepage = "https://github.com/EasyRPG/Player";
···1# given a package with an executable and an icon, make a darwin bundle for
2# it. This package should be used when generating launchers for native Darwin
3# applications. If the package conatins a .desktop file use
4-# `desktopToDarwinLauncher` instead.
56{
7 lib,
···1# given a package with an executable and an icon, make a darwin bundle for
2# it. This package should be used when generating launchers for native Darwin
3# applications. If the package conatins a .desktop file use
4+# `desktopToDarwinBundle` instead.
56{
7 lib,
···5 match cfg with
6 | Dot_merlin ->
7- let prog = "dot-merlin-reader" in
8-+ let prog = "@dot_merlin_reader@" in
9 prog, [| prog |]
10 | Dune ->
11- let prog = "dune" in
···5 match cfg with
6 | Dot_merlin ->
7- let prog = "dot-merlin-reader" in
8++ let prog = "@dot-merlin-reader@" in
9 prog, [| prog |]
10 | Dune ->
11- let prog = "dune" in