summary refs log tree commit diff
path: root/pkgs/development/python-modules/moretools
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-03-15 21:52:37 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-03-15 22:12:47 +0100
commitb5ddc8f3775510438042da96cb413ee3cdf36500 (patch)
treeeb6d1b0dbde646f61ad7d29e0015bf63eaee3222 /pkgs/development/python-modules/moretools
parent8eee646d960020d7e73cc10691d746cfab158465 (diff)
downloadnixpkgs-b5ddc8f3775510438042da96cb413ee3cdf36500.tar
nixpkgs-b5ddc8f3775510438042da96cb413ee3cdf36500.tar.gz
nixpkgs-b5ddc8f3775510438042da96cb413ee3cdf36500.tar.bz2
nixpkgs-b5ddc8f3775510438042da96cb413ee3cdf36500.tar.lz
nixpkgs-b5ddc8f3775510438042da96cb413ee3cdf36500.tar.xz
nixpkgs-b5ddc8f3775510438042da96cb413ee3cdf36500.tar.zst
nixpkgs-b5ddc8f3775510438042da96cb413ee3cdf36500.zip
python.pkgs.moretools: fix build
Diffstat (limited to 'pkgs/development/python-modules/moretools')
-rw-r--r--pkgs/development/python-modules/moretools/default.nix5
1 files changed, 3 insertions, 2 deletions
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 = ''