nvitop: correct versionCheckHook use
This commit is contained in:
@@ -25,7 +25,8 @@ python3Packages.buildPythonApplication rec {
|
||||
nvidia-ml-py
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
doInstallCheck = true;
|
||||
nativeInstallCheckInputs = [
|
||||
versionCheckHook
|
||||
];
|
||||
versionCheckProgramArg = [ "--version" ];
|
||||
|
||||
Reference in New Issue
Block a user