misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -8,7 +8,8 @@ stdenv.mkDerivation {
|
||||
sha256 = "0wr4dandlfajhmg90nqyvwv61ikn9vdycji001310y3c4zfysprn";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl pkgconfig libgcrypt commoncpp2 ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ openssl libgcrypt commoncpp2 ];
|
||||
|
||||
patches = [ ./gcc-4.6-fix.patch ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user