misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -20,7 +20,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = [ ];
|
||||
|
||||
buildInputs = [ boost zlib botan libidn lua pcre sqlite pkgconfig expect
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ boost zlib botan libidn lua pcre sqlite expect
|
||||
openssl gmp bzip2 ];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user