ddar: fix build
This commit is contained in:
parent
5ae314d990
commit
e66ceaa03b
@ -1,4 +1,4 @@
|
|||||||
{ lib, python2, fetchFromGitHub, roundup }:
|
{ lib, python2, fetchFromGitHub, roundup, ncurses }:
|
||||||
|
|
||||||
python2.pkgs.buildPythonApplication rec {
|
python2.pkgs.buildPythonApplication rec {
|
||||||
pname = "ddar";
|
pname = "ddar";
|
||||||
@ -26,7 +26,7 @@ python2.pkgs.buildPythonApplication rec {
|
|||||||
nativeBuildInputs = with python2.pkgs; [ protobuf.protobuf ];
|
nativeBuildInputs = with python2.pkgs; [ protobuf.protobuf ];
|
||||||
propagatedBuildInputs = with python2.pkgs; [ protobuf ];
|
propagatedBuildInputs = with python2.pkgs; [ protobuf ];
|
||||||
|
|
||||||
checkInputs = [ roundup ];
|
checkInputs = [ roundup ncurses ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
roundup t/basic-test.sh
|
roundup t/basic-test.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user