misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -15,7 +15,8 @@ stdenv.mkDerivation {
|
||||
sha256 = "04dvbqdrrs67490gn4gkq9zk8mqy3mkls2818ha4p0ckhh0pm149";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig guile texinfo ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ guile texinfo ];
|
||||
|
||||
preConfigure = ''
|
||||
configureFlags="
|
||||
|
||||
Reference in New Issue
Block a user