aboutsummaryrefslogtreecommitdiffhomepage
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 9efabdbc2..6d50fb4d9 100644
--- a/default.nix
+++ b/default.nix
@@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
] else []) ++ (if doCheck then [
# Test-suite dependencies
+ ncurses
python
rsync
which