misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1g329aapdvbzhr39wyh295shpfq5f0nlzsqkjnr8l6zzak7f4yrg";
|
||||
};
|
||||
|
||||
buildInputs = [ autoreconfHook gettext libtool makeWrapper texinfo ];
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ gettext libtool makeWrapper texinfo ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A cross-platform file change monitor with multiple backends";
|
||||
|
||||
Reference in New Issue
Block a user