misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -22,7 +22,8 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
|
||||
buildInputs = [ocaml findlib pkgconfig gdome2 libxslt];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ocaml findlib gdome2 libxslt];
|
||||
propagatedBuildInputs = [gdome2];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user