misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1klpvv98bnx1zm6aqalnri2vd7w80scmdaxr2qnblb6mz82whk1j";
|
||||
};
|
||||
|
||||
buildInputs = [ libnl pkgconfig ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libnl ];
|
||||
|
||||
makeFlags = [ "PREFIX=\${out}" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user