misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -13,7 +13,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isLinux "-lgcc_s";
|
||||
|
||||
buildInputs = [ autoreconfHook pkgconfig pcre zlib lzma ];
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
buildInputs = [ pcre zlib lzma ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/ggreer/the_silver_searcher/;
|
||||
|
||||
Reference in New Issue
Block a user