python313Packages.pydy: set updateScript
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
pytestCheckHook,
|
||||
cython,
|
||||
fetchpatch2,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -49,6 +50,8 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "pydy" ];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Python tool kit for multi-body dynamics";
|
||||
homepage = "http://pydy.org";
|
||||
|
||||
Reference in New Issue
Block a user