Loading pkgs/development/python-modules/ipykernel/default.nix +1 −5 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ pythonOlder, appnope, comm, debugpy, ipython, jupyter-client, jupyter-core, Loading Loading @@ -37,15 +36,12 @@ buildPythonPackage rec { }; # debugpy is optional, see https://github.com/ipython/ipykernel/pull/767 postPatch = '' sed -i "/debugpy/d" pyproject.toml ''; pythonRemoveDeps = [ "debugpy" ]; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ comm debugpy ipython jupyter-client jupyter-core Loading Loading
pkgs/development/python-modules/ipykernel/default.nix +1 −5 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ pythonOlder, appnope, comm, debugpy, ipython, jupyter-client, jupyter-core, Loading Loading @@ -37,15 +36,12 @@ buildPythonPackage rec { }; # debugpy is optional, see https://github.com/ipython/ipykernel/pull/767 postPatch = '' sed -i "/debugpy/d" pyproject.toml ''; pythonRemoveDeps = [ "debugpy" ]; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ comm debugpy ipython jupyter-client jupyter-core Loading