diff --git a/pkgs/development/python-modules/hatch-nodejs-version/default.nix b/pkgs/development/python-modules/hatch-nodejs-version/default.nix index 6ea42ce65fb7..77b66574078b 100644 --- a/pkgs/development/python-modules/hatch-nodejs-version/default.nix +++ b/pkgs/development/python-modules/hatch-nodejs-version/default.nix @@ -20,10 +20,6 @@ buildPythonPackage rec { sha256 = "sha256-TBvqXjka8poQ8xxQ/H1hFYRLqnP1024uan1d9b95ags="; }; - nativeBuildInputs = [ - hatchling - ]; - propagatedBuildInputs = [ hatchling ];