aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/backup
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-06-15 10:06:54 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-06-15 10:06:54 +0200
commite66ceaa03b1be4ce9a29829295586ff6d8742539 (patch)
tree9b0eab0e73d8fbf3f1d1e4a72db28675a09599e6 /pkgs/tools/backup
parent5ae314d9903ba5f4475ad56dcdae34b307622d3f (diff)
ddar: fix build
Diffstat (limited to 'pkgs/tools/backup')
-rw-r--r--pkgs/tools/backup/ddar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/backup/ddar/default.nix b/pkgs/tools/backup/ddar/default.nix
index de501659b08..4c8d1a28c27 100644
--- a/pkgs/tools/backup/ddar/default.nix
+++ b/pkgs/tools/backup/ddar/default.nix
@@ -1,4 +1,4 @@
-{ lib, python2, fetchFromGitHub, roundup }:
+{ lib, python2, fetchFromGitHub, roundup, ncurses }:
python2.pkgs.buildPythonApplication rec {
pname = "ddar";
@@ -26,7 +26,7 @@ python2.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python2.pkgs; [ protobuf.protobuf ];
propagatedBuildInputs = with python2.pkgs; [ protobuf ];
- checkInputs = [ roundup ];
+ checkInputs = [ roundup ncurses ];
checkPhase = ''
roundup t/basic-test.sh