From 92555723b73f186b80c9ec89f366e6c52a560e1b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 5 Jun 2024 16:56:37 +0200 Subject: [PATCH] python311Packages.mujoco: add TODO for updating the dependencies --- pkgs/applications/science/robotics/mujoco/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/robotics/mujoco/default.nix b/pkgs/applications/science/robotics/mujoco/default.nix index e923fe38cdc9..03abaa2e29b4 100644 --- a/pkgs/applications/science/robotics/mujoco/default.nix +++ b/pkgs/applications/science/robotics/mujoco/default.nix @@ -11,7 +11,7 @@ let pin = { - + # TODO: Check the following file and ensure the dependencies are up-to-date # See https://github.com/google-deepmind/mujoco/blob//cmake/MujocoDependencies.cmake#L17-L64 abseil-cpp = fetchFromGitHub { owner = "abseil";