python313Packages.pydy: set updateScript

This commit is contained in:
Sigmanificient
2025-10-11 19:27:47 +02:00
parent 035e407916
commit 318c8d2808
@@ -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";