misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
buildInputs = [ cmake qhull flann boost eigen pkgconfig libusb1 libpcap
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ cmake qhull flann boost eigen libusb1 libpcap
|
||||
libpng vtk qt4 libXt ]
|
||||
++ stdenv.lib.optionals stdenv.isDarwin [ Cocoa AGL cf-private ];
|
||||
cmakeFlags = stdenv.lib.optionals stdenv.isDarwin [
|
||||
|
||||
Reference in New Issue
Block a user