misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makeFlags = "prefix=$(out)";
|
||||
|
||||
buildInputs = [ glib gettext readline pkgconfig ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ glib gettext readline ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user