treewide: Manually fix miscategorized autoreconfHook buildInputs

These are the ones with odd indentation my script will mess up on.
This commit is contained in:
John Ericson
2017-09-18 22:27:05 -04:00
parent 1e73b71e03
commit 9f2e05662b
3 changed files with 7 additions and 5 deletions

View File

@@ -66,8 +66,9 @@ let
# Have `configure' avoid `/usr/bin/nroff' in non-chroot builds.
NROFF = "${groff}/bin/nroff";
buildInputs = ops useRailsExpress [ autoreconfHook bison ]
++ (op fiddleSupport libffi)
nativeBuildInputs = ops useRailsExpress [ autoreconfHook bison ];
buildInputs =
(op fiddleSupport libffi)
++ (ops cursesSupport [ ncurses readline ])
++ (op docSupport groff)
++ (op zlibSupport zlib)