Loading pkgs/by-name/aw/awscli2/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -119,6 +119,14 @@ py.pkgs.buildPythonApplication rec { less ]; # Prevent breakage when running in a Python environment: https://github.com/NixOS/nixpkgs/issues/47900 makeWrapperArgs = [ "--unset" "NIX_PYTHONPATH" "--unset" "PYTHONPATH" ]; nativeCheckInputs = with py.pkgs; [ addBinToPathHook jsonschema Loading Loading
pkgs/by-name/aw/awscli2/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -119,6 +119,14 @@ py.pkgs.buildPythonApplication rec { less ]; # Prevent breakage when running in a Python environment: https://github.com/NixOS/nixpkgs/issues/47900 makeWrapperArgs = [ "--unset" "NIX_PYTHONPATH" "--unset" "PYTHONPATH" ]; nativeCheckInputs = with py.pkgs; [ addBinToPathHook jsonschema Loading