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