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 py.test test
''; '';
buildInputs = [ six pathpy pytest ]; nativeBuildInputs = [ zetup ];
propagatedBuildInputs = [ decorator zetup ]; checkInputs = [ six pathpy pytest ];
propagatedBuildInputs = [ decorator ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = '' description = ''