Commit 16dbeb2d authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.rq: add versionCheckHook

parent 75173e02
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;