Loading pkgs/top-level/all-packages.nix +4 −1 Original line number Diff line number Diff line Loading @@ -11994,7 +11994,10 @@ with pkgs; pythonPackages = python3Packages; }; py-spy = darwin.apple_sdk_11_0.callPackage ../development/tools/py-spy { }; py-spy = darwin.apple_sdk_11_0.callPackage ../development/tools/py-spy { # https://github.com/benfred/py-spy/issues/633 python3 = python311; }; pydeps = with python3Packages; toPythonApplication pydeps; Loading
pkgs/top-level/all-packages.nix +4 −1 Original line number Diff line number Diff line Loading @@ -11994,7 +11994,10 @@ with pkgs; pythonPackages = python3Packages; }; py-spy = darwin.apple_sdk_11_0.callPackage ../development/tools/py-spy { }; py-spy = darwin.apple_sdk_11_0.callPackage ../development/tools/py-spy { # https://github.com/benfred/py-spy/issues/633 python3 = python311; }; pydeps = with python3Packages; toPythonApplication pydeps;