python3Packages.pyrad: set updateScript (#444819)

This commit is contained in:
Wolfgang Walther
2025-09-25 10:06:39 +00:00
committed by GitHub
@@ -2,6 +2,7 @@
buildPythonPackage,
fetchFromGitHub,
lib,
nix-update-script,
unittestCheckHook,
poetry-core,
}:
@@ -29,6 +30,10 @@ buildPythonPackage {
pythonImportsCheck = [ "pyrad" ];
passthru.updateScript = nix-update-script {
extraArgs = [ "--version=branch" ];
};
meta = {
description = "Python RADIUS Implementation";
homepage = "https://github.com/pyradius/pyrad";