unrtf: move build deps to nativeBuildInputs

This commit is contained in:
Joachim Fasting 2016-03-07 19:20:05 +01:00
parent 249d28b08c
commit 5d2ed453b3

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "1pcdzf2h1prn393dkvg93v80vh38q0v817xnbwrlwxbdz4k7i8r2";
};
buildInputs = [ autoconf automake ];
nativeBuildInputs = [ autoconf automake ];
preConfigure = "./bootstrap";