misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -23,7 +23,8 @@ stdenv.mkDerivation rec {
|
||||
"--disable-static"
|
||||
];
|
||||
|
||||
buildInputs = [ xalanc xercesc openssl pkgconfig ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ xalanc xercesc openssl ];
|
||||
|
||||
meta = {
|
||||
homepage = http://santuario.apache.org/;
|
||||
|
||||
Reference in New Issue
Block a user