treewide: Manually fix miscategorized autoreconfHook
buildInputs
These are the ones with odd indentation my script will mess up on.
This commit is contained in:
parent
1e73b71e03
commit
9f2e05662b
@ -66,8 +66,9 @@ let
|
|||||||
# Have `configure' avoid `/usr/bin/nroff' in non-chroot builds.
|
# Have `configure' avoid `/usr/bin/nroff' in non-chroot builds.
|
||||||
NROFF = "${groff}/bin/nroff";
|
NROFF = "${groff}/bin/nroff";
|
||||||
|
|
||||||
buildInputs = ops useRailsExpress [ autoreconfHook bison ]
|
nativeBuildInputs = ops useRailsExpress [ autoreconfHook bison ];
|
||||||
++ (op fiddleSupport libffi)
|
buildInputs =
|
||||||
|
(op fiddleSupport libffi)
|
||||||
++ (ops cursesSupport [ ncurses readline ])
|
++ (ops cursesSupport [ ncurses readline ])
|
||||||
++ (op docSupport groff)
|
++ (op docSupport groff)
|
||||||
++ (op zlibSupport zlib)
|
++ (op zlibSupport zlib)
|
||||||
|
@ -38,8 +38,9 @@ let
|
|||||||
|
|
||||||
patches = extraPatches;
|
patches = extraPatches;
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook nukeReferences ]
|
nativeBuildInputs = [ autoreconfHook nukeReferences ];
|
||||||
++ optionals buildKernel [ spl ]
|
buildInputs =
|
||||||
|
optionals buildKernel [ spl ]
|
||||||
++ optionals buildUser [ zlib libuuid python attr ];
|
++ optionals buildUser [ zlib libuuid python attr ];
|
||||||
|
|
||||||
# for zdb to get the rpath to libgcc_s, needed for pthread_cancel to work
|
# for zdb to get the rpath to libgcc_s, needed for pthread_cancel to work
|
||||||
|
@ -327,7 +327,7 @@ let
|
|||||||
url = "https://github.com/lua-stdlib/lua-stdlib/archive/release.zip";
|
url = "https://github.com/lua-stdlib/lua-stdlib/archive/release.zip";
|
||||||
sha256 = "0636absdfjx8ybglwydmqxwfwmqz1c4b9s5mhxlgm4ci18lw3hms";
|
sha256 = "0636absdfjx8ybglwydmqxwfwmqz1c4b9s5mhxlgm4ci18lw3hms";
|
||||||
};
|
};
|
||||||
buildInputs = [ autoreconfHook unzip ];
|
nativeBuildInputs = [ autoreconfHook unzip ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/lua-stdlib/lua-stdlib/";
|
homepage = "https://github.com/lua-stdlib/lua-stdlib/";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user