misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "02w94j344q0ywlj4mdf9fnzwggdsn3j1yn43sdlsddvr29lw239i";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig systemd ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ systemd ];
|
||||
|
||||
configureFlags = [
|
||||
"--enable-rfc3195"
|
||||
|
||||
Reference in New Issue
Block a user