Whoops, buildNativeInputs is now nativeBuildInputs

This commit is contained in:
Shea Levy 2013-03-08 16:39:09 -05:00
parent f2c79c4542
commit 1de517844b

View file

@ -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