Separate nativeBuildInputs where maintainers |= nckx

This commit is contained in:
Tobias Geerinckx-Rice
2015-06-17 22:21:32 +02:00
parent d4fc2b4d99
commit 98b2d7b727
30 changed files with 61 additions and 39 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
sha256 = "1110r3gpsj9xmybdw7w4zkhj3zmn5mnv2nq0ijbvrywbn019zdfs";
};
buildInputs = [ gettext ncurses ];
buildInputs = [ ncurses ];
nativeBuildInputs = [ gettext ];
makeFlags = [
"DESTDIR=$(out)"