From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45676) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jL3lz-0002tQ-7r for guix-patches@gnu.org; Sun, 05 Apr 2020 07:49:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jL3lx-0004GW-Vu for guix-patches@gnu.org; Sun, 05 Apr 2020 07:49:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33772) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jL3lx-0004GN-Sm for guix-patches@gnu.org; Sun, 05 Apr 2020 07:49:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jL3lx-0007HK-RK for guix-patches@gnu.org; Sun, 05 Apr 2020 07:49:05 -0400 Subject: [bug#40446] [PATCH 7/9] gnu: ristretto: Make some inputs native. Resent-Message-ID: From: Vincent Legoll Date: Sun, 5 Apr 2020 13:48:33 +0200 Message-Id: <20200405114835.18229-7-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-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: 40446@debbugs.gnu.org Cc: Vincent Legoll * gnu/packages/xfce.scm (ristretto)[inputs]: Move desktop-files-utils from here... [native-inputs]: ...to here. --- gnu/packages/xfce.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index e8cb215d35..ac9663f2e3 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -11,6 +11,7 @@ ;;; Copyright © 2019 Pkill -9 ;;; Copyright © 2019 L p R n d n ;;; Copyright © 2019 Ingo Ruhnke +;;; Copyright © 2020 Vincent Legoll ;;; ;;; This file is part of GNU Guix. ;;; @@ -926,10 +927,10 @@ inhibit interface which allows applications to prevent automatic sleep.") (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+" ,gtk+) + `(("gtk+" ,gtk+) ("libexif" ,libexif) ("libxfce4ui" ,libxfce4ui) ("librsvg" ,librsvg) -- 2.26.0