micro: use versionCheckHook
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
fetchFromGitHub,
|
||||
installShellFiles,
|
||||
stdenv,
|
||||
versionCheckHook,
|
||||
# Deprecated options
|
||||
# Remove them as soon as possible
|
||||
withXclip ? null,
|
||||
@@ -69,6 +70,9 @@ let
|
||||
wrapper = callPackage ./wrapper.nix { micro = self; };
|
||||
};
|
||||
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
doInstallCheck = true;
|
||||
|
||||
meta = {
|
||||
homepage = "https://micro-editor.github.io";
|
||||
changelog = "https://github.com/micro-editor/micro/releases/";
|
||||
|
||||
Reference in New Issue
Block a user