python312Packages.mcdreforged: add updateScript
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
pathspec,
|
||||
pytestCheckHook,
|
||||
versionCheckHook,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -53,6 +54,8 @@ buildPythonPackage rec {
|
||||
|
||||
versionCheckProgramArg = [ "--version" ];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Rewritten version of MCDaemon, a python tool to control your Minecraft server";
|
||||
homepage = "https://mcdreforged.com";
|
||||
|
||||
Reference in New Issue
Block a user