From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42792) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0A9v-0006Px-LT for guix-patches@gnu.org; Tue, 20 Aug 2019 15:51:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i0A9t-0000VD-FR for guix-patches@gnu.org; Tue, 20 Aug 2019 15:51:11 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53467) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i0A9s-0000UT-Ab for guix-patches@gnu.org; Tue, 20 Aug 2019 15:51:09 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i0A9s-0003VF-7c for guix-patches@gnu.org; Tue, 20 Aug 2019 15:51:08 -0400 Subject: [bug#37121] [PATCH 07/40] gnu: libxfce4ui: Add gobject-introspection support. Resent-Message-ID: From: L p R n d n Date: Tue, 20 Aug 2019 23:50:10 +0200 Message-Id: <20190820215043.32077-7-guix@lprndn.info> In-Reply-To: <20190820215043.32077-1-guix@lprndn.info> References: <20190820215043.32077-1-guix@lprndn.info> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 37121@debbugs.gnu.org * gnu/packages/xfce.scm (libxfce4ui): Add gobject-introspection to native-inputs. --- gnu/packages/xfce.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index eae74acbfb..dda40ff72f 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -170,7 +170,8 @@ storage system.") (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) - ("intltool" ,intltool))) + ("intltool" ,intltool) + ("gobject-introspection" ,gobject-introspection))) (propagated-inputs `(("gtk+-3" ,gtk+) ; required by libxfce4ui-2.pc ;; libxfce4kbd-private-2.pc refers to all these. -- 2.22.0