Commit d4eecb63 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

libretro.easyrpg: set passthru.updateScript to null

parent 24668503
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -67,6 +67,9 @@ mkLibretroCore {
  ];
  makefile = "Makefile";

  # Do not update automatically since we want to pin a specific version
  passthru.updateScript = null;

  meta = {
    description = "EasyRPG Player libretro port";
    homepage = "https://github.com/EasyRPG/Player";