misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -9,7 +9,8 @@ stdenv.mkDerivation {
|
||||
sha256 = "1cy78kglzi235md964ikvm0rg801bx0yk9ya8zavndjnaarzqq87";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig autoconf automake glib libtool ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ autoconf automake glib libtool ];
|
||||
|
||||
preConfigure = "./autogen.sh";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user