python3Packages.pyrad: set updateScript (#444819)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user