misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -17,7 +17,8 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
kernel = optional (_kernel != null) _kernel.dev;
|
||||
|
||||
buildInputs = [ makeWrapper pkgconfig utillinux openssl libcap_ng python27
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ makeWrapper utillinux openssl libcap_ng python27
|
||||
perl procps which ];
|
||||
|
||||
configureFlags = [
|
||||
|
||||
Reference in New Issue
Block a user