From a041a771275ea31564ba0c1d0218ee6f5bc71e8a Mon Sep 17 00:00:00 2001 From: Reno Dakota <170618376+paparodeo@users.noreply.github.com> Date: Tue, 13 Aug 2024 01:17:38 +0000 Subject: [PATCH] python311Packages.example-robot-data: fix strict deps add python to nativeBuildInputs to fix build --- pkgs/development/libraries/example-robot-data/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/example-robot-data/default.nix b/pkgs/development/libraries/example-robot-data/default.nix index 67e1de59891d031..d4211be982ef993 100644 --- a/pkgs/development/libraries/example-robot-data/default.nix +++ b/pkgs/development/libraries/example-robot-data/default.nix @@ -33,6 +33,8 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ cmake + ] ++ lib.optionals pythonSupport [ + python3Packages.python ]; buildInputs = lib.optionals pythonSupport [