about summary refs log tree commit diff
path: root/pkgs/tools/backup/tarsnapper
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-01-05 11:54:27 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-01-15 10:16:12 +0100
commit5a3670b83c238e1e42102b2e032566eea8c37cea (patch)
tree6290e12bd12231fb8a36453374821ca9fe757eda /pkgs/tools/backup/tarsnapper
parent15396247ca4b3a39987d799f3ee217bf490caf45 (diff)
pythonPackages: fix native / check inputs
Diffstat (limited to 'pkgs/tools/backup/tarsnapper')
-rw-r--r--pkgs/tools/backup/tarsnapper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/tarsnapper/default.nix b/pkgs/tools/backup/tarsnapper/default.nix
index 54d85343e2da1..b02ce82291aac 100644
--- a/pkgs/tools/backup/tarsnapper/default.nix
+++ b/pkgs/tools/backup/tarsnapper/default.nix
@@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
     sha256 = "03db49188f4v1946c8mqqj30ah10x68hbg3a58js0syai32v12pm";
   };
 
-  buildInputs = with python3Packages; [ nose pytest ];
+  checkInputs = with python3Packages; [ nose pytest ];
 
   checkPhase = ''
     py.test .