summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-08-21 17:18:35 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-08-21 17:18:35 +0000
commit191961aa76754fd6c761ff9e2a445778ed5670c6 (patch)
tree6c82e263114116e1b0eb35103ac6341512e148f3 /pkgs
parent72707853f0a8324eea8e57701e33194fc7581985 (diff)
downloadnixlib-191961aa76754fd6c761ff9e2a445778ed5670c6.tar
nixlib-191961aa76754fd6c761ff9e2a445778ed5670c6.tar.gz
nixlib-191961aa76754fd6c761ff9e2a445778ed5670c6.tar.bz2
nixlib-191961aa76754fd6c761ff9e2a445778ed5670c6.tar.lz
nixlib-191961aa76754fd6c761ff9e2a445778ed5670c6.tar.xz
nixlib-191961aa76754fd6c761ff9e2a445778ed5670c6.tar.zst
nixlib-191961aa76754fd6c761ff9e2a445778ed5670c6.zip
Typo
svn path=/nixpkgs/branches/stdenv-updates/; revision=23324
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/misc/texinfo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/texinfo/default.nix b/pkgs/development/tools/misc/texinfo/default.nix
index 95d98582549e..111f2d142008 100644
--- a/pkgs/development/tools/misc/texinfo/default.nix
+++ b/pkgs/development/tools/misc/texinfo/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
   };
 
   buildInputs = [ ncurses ];
-  buildNativeINputs = [ lzma ];
+  buildNativeInputs = [ lzma ];
 
   # Disabled because we don't have zdiff in the stdenv bootstrap.
   #doCheck = true;