misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1x3gdcz1gqhi060ngqi0ghryf69v8bn50yrbzfad8bhblvhzzdlf";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake pkgconfig pcre zlib sqlite ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ cmake pcre zlib sqlite ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Programming language with macros and syntax at once";
|
||||
|
||||
Reference in New Issue
Block a user