diff options
author | Vincent Laporte <Vincent.Laporte@gmail.com> | 2017-12-04 15:10:49 +0000 |
---|---|---|
committer | Vincent Laporte <Vincent.Laporte@gmail.com> | 2017-12-04 15:10:49 +0000 |
commit | 359119ff1389d489454d2d55fc5d23e9e71c2daf (patch) | |
tree | 42c753bdf906a205095a4b4840cfa9a72c853b99 | |
parent | 0048cbe810c82a775558c14cd7fcae644e205c51 (diff) |
[default.nix] needs ncurses for the test-suite
-rw-r--r-- | default.nix | 1 |
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 |