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 = "14aqmhvab63ydbb82fglsbig7jw1wmci8jjvci07aavdhvh1pyrv";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig sqlite expat zlib proj geos libspatialite readosm ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ sqlite expat zlib proj geos libspatialite readosm ];
|
||||
|
||||
configureFlags = "--disable-freexl";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user