From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36173) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKmvl-0003pS-JI for guix-patches@gnu.org; Sat, 04 Apr 2020 13:50:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKmvk-0007WH-Il for guix-patches@gnu.org; Sat, 04 Apr 2020 13:50:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33215) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jKmvk-0007WA-FC for guix-patches@gnu.org; Sat, 04 Apr 2020 13:50:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jKmvk-0006EP-BV for guix-patches@gnu.org; Sat, 04 Apr 2020 13:50:04 -0400 Subject: [bug#40435] [PATCH 5/7] gnu: telegram-purple: Make some inputs native. Resent-Message-ID: From: Vincent Legoll Date: Sat, 4 Apr 2020 19:49:20 +0200 Message-Id: <20200404174922.11481-5-vincent.legoll@gmail.com> In-Reply-To: <20200404174922.11481-1-vincent.legoll@gmail.com> References: <20200404174922.11481-1-vincent.legoll@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: 40435@debbugs.gnu.org Cc: Vincent Legoll * gnu/packages/telephony.scm (telegram-purple)[inputs]: Move gettext from here... [native-inputs]: ...to here. --- gnu/packages/messaging.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 7bab701a68..04287f251f 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -19,6 +19,7 @@ ;;; Copyright © 2019, 2020 Brett Gilio ;;; Copyright © 2019, 2020 Timotej Lazar ;;; Copyright © 2020 Nicolò Balzarotti +;;; Copyright © 2020 Vincent Legoll ;;; ;;; This file is part of GNU Guix. ;;; @@ -2030,13 +2031,13 @@ messaging that aren’t available to clients that connect over XMPP.") (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) + ("gettext" ,gettext-minimal) ("which" ,which))) (inputs `(("pidgin" ,pidgin) ("libgcrypt" ,libgcrypt) ("libwebp" ,libwebp) ("glib" ,glib) - ("gettext" ,gettext-minimal) ("gtk+" ,gtk+-2) ("zlib" ,zlib))) (arguments -- 2.26.0