From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54734) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hkQRO-00055h-Nm for guix-patches@gnu.org; Mon, 08 Jul 2019 06:00:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hkQRN-00033Q-NT for guix-patches@gnu.org; Mon, 08 Jul 2019 06:00:10 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49038) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hkQRN-00033I-GE for guix-patches@gnu.org; Mon, 08 Jul 2019 06:00:09 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hkQRN-0004t8-Cc for guix-patches@gnu.org; Mon, 08 Jul 2019 06:00:09 -0400 Subject: [bug#36477] [PATCH 05/31] gnu: libxslt: Fix cross-compilation. Resent-Message-ID: From: Mathieu Othacehe Date: Mon, 8 Jul 2019 11:58:47 +0200 Message-Id: <20190708095913.3460-6-m.othacehe@gmail.com> In-Reply-To: <20190708095913.3460-1-m.othacehe@gmail.com> References: <20190708095913.3460-1-m.othacehe@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36477@debbugs.gnu.org Cc: Mathieu Othacehe * 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))) (description "Libxslt is an XSLT C library developed for the GNOME project. It is based on libxml for XML parsing, tree manipulation and XPath support.") -- 2.17.1