python.pkgs.moretools: fix build

This commit is contained in:
Robert Schütz 2019-03-15 21:52:37 +01:00
parent 8eee646d96
commit b5ddc8f377

View File

@ -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 = ''