From e66ceaa03b1be4ce9a29829295586ff6d8742539 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 15 Jun 2019 10:06:54 +0200 Subject: ddar: fix build --- pkgs/tools/backup/ddar/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') 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 -- cgit 1.4.1