Mathieu Othacehe writes: > * gnu/packages/xml.scm (libxslt)[native-inputs]: Add pkg-config. > --- > gnu/packages/xml.scm | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm > index fc60758724..5fefa2c1dc 100644 > --- a/gnu/packages/xml.scm > +++ b/gnu/packages/xml.scm > @@ -201,6 +201,8 @@ project (but it is usable outside of the Gnome platform).") > ("libxml2" ,libxml2) > ("python" ,python-minimal-wrapper) > ("zlib" ,zlib))) > + (native-inputs > + `(("pkg-config" ,pkg-config))) LGTM.