python3Packages.plink: add updateScript
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
setuptools,
|
||||
sphinx,
|
||||
tkinter,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -28,6 +29,13 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "plink" ];
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
extraArgs = [
|
||||
"--version-regex"
|
||||
"(.*)_as_released"
|
||||
];
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Full featured Tk-based knot and link editor";
|
||||
mainProgram = "plink";
|
||||
|
||||
Reference in New Issue
Block a user