nixpkgs-review: correct versionCheckHook use

This commit is contained in:
Peder Bergebakken Sundt
2025-01-24 02:21:43 +01:00
parent 793d897fe0
commit 504e6ffdc4
+2 -1
View File
@@ -70,7 +70,8 @@ python3Packages.buildPythonApplication rec {
done
'';
nativeCheckInputs = [
doInstallCheck = true;
nativeInstallCheckInputs = [
versionCheckHook
];
versionCheckProgramArg = [ "--version" ];