diff --git a/pkgs/development/python-modules/moretools/default.nix b/pkgs/development/python-modules/moretools/default.nix index 9cb56b1f912..bef18255804 100644 --- a/pkgs/development/python-modules/moretools/default.nix +++ b/pkgs/development/python-modules/moretools/default.nix @@ -15,8 +15,9 @@ buildPythonPackage rec { py.test test ''; - buildInputs = [ six pathpy pytest ]; - propagatedBuildInputs = [ decorator zetup ]; + nativeBuildInputs = [ zetup ]; + checkInputs = [ six pathpy pytest ]; + propagatedBuildInputs = [ decorator ]; meta = with stdenv.lib; { description = ''