zile: fix evaluation

This commit is contained in:
Joerg Thalheim 2017-10-08 11:53:20 +01:00
parent d9d5a402af
commit 3144832556

View File

@ -16,8 +16,6 @@ stdenv.mkDerivation rec {
(stdenv.hostPlatform == stdenv.buildPlatform)
help2man;
buildInputs = [ ncurses boehmgc ];
# Tests can't be run because most of them rely on the ability to
# fiddle with the terminal.
doCheck = false;