python312Packages.rq: add versionCheckHook

This commit is contained in:
Gaetan Lepage
2025-04-18 09:07:59 +02:00
parent 75173e0212
commit 16dbeb2d94
@@ -17,6 +17,7 @@
pytestCheckHook,
redisTestHook,
sentry-sdk,
versionCheckHook,
}:
buildPythonPackage rec {
@@ -44,7 +45,9 @@ buildPythonPackage rec {
pytestCheckHook
redisTestHook
sentry-sdk
versionCheckHook
];
versionCheckProgramArg = "--version";
__darwinAllowLocalNetworking = true;