From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45696) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jL3m0-0002wf-KX for guix-patches@gnu.org; Sun, 05 Apr 2020 07:49:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jL3ly-0004Gw-Dv for guix-patches@gnu.org; Sun, 05 Apr 2020 07:49:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33773) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jL3ly-0004Gm-AE for guix-patches@gnu.org; Sun, 05 Apr 2020 07:49:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jL3ly-0007HS-8r for guix-patches@gnu.org; Sun, 05 Apr 2020 07:49:06 -0400 Subject: [bug#40446] [PATCH 9/9] gnu: xfce4-places-plugin: Make some inputs native. Resent-Message-ID: From: Vincent Legoll Date: Sun, 5 Apr 2020 13:48:35 +0200 Message-Id: <20200405114835.18229-9-vincent.legoll@gmail.com> In-Reply-To: <20200405114835.18229-1-vincent.legoll@gmail.com> References: <20200405114835.18229-1-vincent.legoll@gmail.com> 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: 40446@debbugs.gnu.org Cc: Vincent Legoll * gnu/packages/xfce.scm (xfce4-places-plugin)[inputs]: Move desktop-files-utils from here... [native-inputs]: ...to here. --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index ac9663f2e3..428d89dd1b 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1707,10 +1707,10 @@ interfaces of your choice in the panel.") (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) + ("desktop-file-utils" ,desktop-file-utils) ("pkg-config" ,pkg-config))) (inputs - `(("desktop-file-utils" ,desktop-file-utils) - ("gtk+-2" ,gtk+-2) + `(("gtk+-2" ,gtk+-2) ("exo" ,exo) ("libxfce4ui" ,libxfce4ui) ("xfce4-panel" ,xfce4-panel))) -- 2.26.0