about summary refs log tree commit diff
path: root/pkgs/tools/misc/tmux
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2013-03-08 16:39:09 -0500
committerShea Levy <shea@shealevy.com>2013-03-08 16:39:09 -0500
commit1de517844be93954227b3f0dc8f30ddfea7be0bc (patch)
treeed99352a3e47d21bc082c8880a4a01751181da69 /pkgs/tools/misc/tmux
parentf2c79c45428157ff346d5246d11830e8444d9752 (diff)
downloadnixlib-1de517844be93954227b3f0dc8f30ddfea7be0bc.tar
nixlib-1de517844be93954227b3f0dc8f30ddfea7be0bc.tar.gz
nixlib-1de517844be93954227b3f0dc8f30ddfea7be0bc.tar.bz2
nixlib-1de517844be93954227b3f0dc8f30ddfea7be0bc.tar.lz
nixlib-1de517844be93954227b3f0dc8f30ddfea7be0bc.tar.xz
nixlib-1de517844be93954227b3f0dc8f30ddfea7be0bc.tar.zst
nixlib-1de517844be93954227b3f0dc8f30ddfea7be0bc.zip
Whoops, buildNativeInputs is now nativeBuildInputs
Diffstat (limited to 'pkgs/tools/misc/tmux')
-rw-r--r--pkgs/tools/misc/tmux/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/tmux/default.nix b/pkgs/tools/misc/tmux/default.nix
index e899c4391f9b..435b9cdcee90 100644
--- a/pkgs/tools/misc/tmux/default.nix
+++ b/pkgs/tools/misc/tmux/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
     sha256 = "0ywy1x2g905hmhkdz418ik42lcvnhnwr8fv63rcqczfg27d6nd38";
   };
 
-  buildNativeInputs = [ pkgconfig ];
+  nativeBuildInputs = [ pkgconfig ];
 
   # There's a bug in tmux's configure script, --disable-static actually enables it
   # Fixed upstream in revision ThomasAdam/tmux@e964ff70e696f30f0301d11deb45c8ada54e0c55