aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/editors/zile
diff options
context:
space:
mode:
authorJoerg Thalheim <joerg@thalheim.io>2017-10-08 11:53:20 +0100
committerJoerg Thalheim <joerg@thalheim.io>2017-10-08 11:53:56 +0100
commit3144832556629dcad7c6b1b4f8044039e81bd27f (patch)
tree2c16ddcb52928486d98a3b6541f352442f0f18dd /pkgs/applications/editors/zile
parentd9d5a402afe20476a4ee039c436984fcb48d0178 (diff)
zile: fix evaluation
Diffstat (limited to 'pkgs/applications/editors/zile')
-rw-r--r--pkgs/applications/editors/zile/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/editors/zile/default.nix b/pkgs/applications/editors/zile/default.nix
index 0f79ca33c72..7213b22c949 100644
--- a/pkgs/applications/editors/zile/default.nix
+++ b/pkgs/applications/editors/zile/default.nix
@@ -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;