ddar: fix build

+2 -2
+2 -2
pkgs/tools/backup/ddar/default.nix
··· 1 - { lib, python2, fetchFromGitHub, roundup }: 1 + { lib, python2, fetchFromGitHub, roundup, ncurses }: 2 2 3 3 python2.pkgs.buildPythonApplication rec { 4 4 pname = "ddar"; ··· 26 26 nativeBuildInputs = with python2.pkgs; [ protobuf.protobuf ]; 27 27 propagatedBuildInputs = with python2.pkgs; [ protobuf ]; 28 28 29 - checkInputs = [ roundup ]; 29 + checkInputs = [ roundup ncurses ]; 30 30 31 31 checkPhase = '' 32 32 roundup t/basic-test.sh