misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -31,7 +31,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = [ ./blitz-gcc47.patch ./blitz-testsuite-stencil-et.patch ];
|
||||
|
||||
buildInputs = [ pkgconfig gfortran texinfo ]
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ gfortran texinfo ]
|
||||
++ optional (boost != null) boost;
|
||||
|
||||
configureFlags =
|
||||
|
||||
Reference in New Issue
Block a user