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 rec {
|
||||
sha256 = "2c4ddc3ab71877ba184523e47b0637526e6f3701bd9afb6472e6dfc25646aed7";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig libxml2 gtk2 ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libxml2 gtk2 ];
|
||||
|
||||
configureFlags = "--with-all-plugins";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user