summary refs log tree commit diff
path: root/pkgs/applications/editors/zile
diff options
context:
space:
mode:
authorMathijs Kwik <mathijs@bluescreen303.nl>2013-01-13 11:33:45 +0100
committerMathijs Kwik <mathijs@bluescreen303.nl>2013-01-13 11:33:45 +0100
commit0890c454986993a262a31aa2779e9269b7d58952 (patch)
tree7a0cf6694fb0ad785bbc198b231d90b73bb51077 /pkgs/applications/editors/zile
parent418f6a536f077c7c72d51092efd544e99123c313 (diff)
buildNativeInputs -> nativeBuildInputs
Diffstat (limited to 'pkgs/applications/editors/zile')
-rw-r--r--pkgs/applications/editors/zile/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/zile/default.nix b/pkgs/applications/editors/zile/default.nix
index ea2000b57db22..5929f4c76c89c 100644
--- a/pkgs/applications/editors/zile/default.nix
+++ b/pkgs/applications/editors/zile/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ help2man perl ];
 
   # `help2man' wants to run Zile, which fails when cross-compiling.
-  crossAttrs.buildNativeInputs = [];
+  crossAttrs.nativeBuildInputs = [];
 
   # Tests can't be run because most of them rely on the ability to
   # fiddle with the terminal.