misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -21,7 +21,8 @@ stdenv.mkDerivation {
|
||||
inherit (param) rev sha256;
|
||||
};
|
||||
|
||||
buildInputs = [ autoreconfHook coq ]
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ coq ]
|
||||
++ (with ocamlPackages; [ ocaml findlib ocamlgraph ]);
|
||||
|
||||
preInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user