python.pkgs.moretools: fix build
This commit is contained in:
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user