diff --git a/pkgs/development/python-modules/dask-gateway/default.nix b/pkgs/development/python-modules/dask-gateway/default.nix index 58b6125df811..10f31affc2c4 100644 --- a/pkgs/development/python-modules/dask-gateway/default.nix +++ b/pkgs/development/python-modules/dask-gateway/default.nix @@ -5,7 +5,7 @@ aiohttp, dask, distributed, - setuptools, + hatchling, }: buildPythonPackage rec { @@ -23,9 +23,9 @@ buildPythonPackage rec { sourceRoot = "${src.name}/dask-gateway"; - nativeBuildInputs = [ setuptools ]; + build-system = [ hatchling ]; - propagatedBuildInputs = [ + dependencies = [ aiohttp dask distributed